90d33c3e51
* notification on any event on all his projects * notification on any event on selected projects only (if the user belongs to more than 1 project) * notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee) git-svn-id: http://redmine.rubyforge.org/svn/trunk@855 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
<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 %>
|