Avatares
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
%h1.title Usuários
|
||||
|
||||
.box
|
||||
%ul
|
||||
%ul.user_list
|
||||
= render :partial => @users
|
||||
= will_paginate @users
|
||||
|
||||
Reference in New Issue
Block a user