Removing an extra full stop

This commit is contained in:
Puneet Goyal 2013-03-15 15:19:52 +05:30
parent 5d87e150f7
commit ddea9359a6
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
<h3>Cancel my account</h3>
<p>Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete %>.</p>
<p>Unhappy? <%= button_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete %></p>
<%= link_to "Back", :back %>