Commit 93cf8eeeaa80b4b7d5f4f3ea786bb875dfbf9fe4

Authored by AntonioTerceiro
1 parent 142fbb63

ActionItem152: adding a button to close login screen if in lightbox


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1231 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/account/login.rhtml
... ... @@ -10,6 +10,7 @@
10 10  
11 11 <% button_bar do %>
12 12 <%= submit_button( 'login', _('Log in') )%>
  13 + <%= lightbox_close_button(_('Cancel')) if lightbox? %>
13 14 <% end %>
14 15  
15 16 <% end %>
... ...