Commit f7cc0ba7ee384c333e6fb58d6834325c19b17ef1
1 parent
0b6bb3c5
Exists in
master
and in
2 other branches
Add login link
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
header.html.erb
| 1 | +<% unless logged_in? %> | ||
| 2 | + <div class="dialoga-login"> | ||
| 3 | + <a href="/account/login">Entrar</a> | ||
| 4 | + </div> | ||
| 5 | +<% end %> | ||
| 6 | + | ||
| 1 | <% | 7 | <% |
| 2 | def tab_active(tab) | 8 | def tab_active(tab) |
| 3 | if !params[:view_only] && params[:controller] == 'proposals_discussion_plugin_tasks' | 9 | if !params[:view_only] && params[:controller] == 'proposals_discussion_plugin_tasks' |