diff --git a/app/views/contestnotifications/show.html.erb b/app/views/contestnotifications/show.html.erb index 5aedbf011..2a2123867 100644 --- a/app/views/contestnotifications/show.html.erb +++ b/app/views/contestnotifications/show.html.erb @@ -43,6 +43,7 @@

<%= submit_tag l(:button_add) %> + <%= submit_tag l(:button_cancel), :onclick => "cancel();" %>

<% end %>