This commit is contained in:
2009-09-06 12:36:04 -03:00
parent 3208d07a89
commit 829797e236
25 changed files with 169 additions and 89 deletions

View File

@@ -1 +1,3 @@
%li= link_to h(user.name), user_path(user)
%li
%img.avatar{:src => gravatar_url_for(user.email, 27)}
= link_to h(user.display_name), user_url(user)

View File

@@ -6,7 +6,7 @@
.dashboard
.box
.cmd
=link_to "rss", dashboard_url(:secret => @current_user.secret, :format => 'rss')
=link_to "rss", formatted_dashboard_url(:secret => @current_user.secret, :format => 'rss')
- last_time = nil
%h3 Notícias Recentes
@@ -26,7 +26,7 @@
.box
.cmd
=link_to "ical", dashboard_url(:secret => @current_user.secret, :format => 'ics')
=link_to "ical", formatted_dashboard_url(:secret => @current_user.secret, :format => 'ics')
- last_time = nil
%h3 Próximos Eventos

View File

@@ -3,5 +3,6 @@
%h1.title Usuários
.box
%ul
%ul.user_list
= render :partial => @users
= will_paginate @users