Commit aed2155574d8c9ac351cadf362327e37138f2128
1 parent
8972d260
Exists in
master
and in
28 other branches
ActionItem9: login_box should be an id, not a class
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@170 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -95,7 +95,7 @@ module ApplicationHelper |
95 | 95 | end |
96 | 96 | |
97 | 97 | def login_box |
98 | - content_tag('div', (link_to _('Login'), :controller => 'account', :action => 'login'), :class => 'login_box') | |
98 | + content_tag('div', (link_to _('Login'), :controller => 'account', :action => 'login'), :id => 'login_box') | |
99 | 99 | end |
100 | 100 | |
101 | 101 | # FIXME | ... | ... |