Minor fixes

This commit is contained in:
2015-09-05 11:29:13 -04:00
parent 60fea13794
commit 1cf1c28d3a
30 changed files with 154 additions and 1184 deletions

View File

@@ -3,7 +3,8 @@
= link_to(App.title, index_url, :accesskey => 'z') + "";
= link_to("Usuários", users_path)
- if @user and @user.id
= " " + link_to(h(@user.name), user_url(@user))
= " "
=link_to(h(@user.name), user_url(@user))
- @title = @title + " - #{h(@user.display_name)}"
- @left_panel = render('widgets/menu_navigation') + render('widgets/menu_user')