Commit 01f137d1025ec20bad82eeba2f354f6331855606

Authored by Antonio Terceiro
1 parent 9cceca21

Putting "I forgot my password" structure back

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/account/login_block.rhtml
@@ -25,9 +25,9 @@ @@ -25,9 +25,9 @@
25 25
26 <% end %> 26 <% end %>
27 27
28 - <% button_bar(:style => 'margin: 0px;') do %> 28 + <p class="forgot-passwd">
29 <%= link_to _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %> 29 <%= link_to _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %>
30 - <% end %> 30 + </p>
31 31
32 </div> 32 </div>
33 33