Skip to content

Commit

Permalink
syntax errors in controller and view fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Suares committed Mar 9, 2012
1 parent d03e0c7 commit 279ccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/translator/translations/index.html.erb
Expand Up @@ -40,7 +40,7 @@
:remote => true,
:method => :delete,
:confirm => 'Are you sure? This operation is irreversible.',
:class =>: 'button warning',
:class => 'button warning',
:title => 'Clear form database as translation no longer exists in default language file.'
%>
<% end %>
Expand Down

0 comments on commit 279ccbe

Please sign in to comment.