summaryrefslogtreecommitdiffstats
path: root/app/views/my/_sidebar.rhtml
blob: d30eacf9034f952ba3e2400ac8697ec4a1d87876 (plain)
1
2
3
4
5
6
7
8
<h3><%=l(:label_my_account)%></h3>

<p><%=l(:field_login)%>: <strong><%= @user.login %></strong><br />
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %></p>
<% if @user.rss_token %>
<p><%= l(:label_feeds_access_key_created_on, distance_of_time_in_words(Time.now, @user.rss_token.created_on)) %>
(<%= link_to l(:button_reset), {:action => 'reset_rss_key'}, :method => :post %>)</p>
<% end %>