|
|
|
|
@ -155,7 +155,7 @@
|
|
|
|
|
<div style="display: inline-block; float: left; margin-top: 0px" width="200" align="right" class="a"><span class="font_lighter"> <% if e.act_type == 'Changeset' %>
|
|
|
|
|
<%= format_time(e.act.committed_on) %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= format_time(e.act.created_on) %>
|
|
|
|
|
<%= l :label_update_time %>: <%= format_time(e.act.created_on) %>
|
|
|
|
|
<% end %></span></div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
@ -173,13 +173,13 @@
|
|
|
|
|
<ul>
|
|
|
|
|
</div>
|
|
|
|
|
<% else %>
|
|
|
|
|
<% if @user == User.current %>
|
|
|
|
|
<%= l(:label_user_activities) %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<p class="font_description">
|
|
|
|
|
<%= l(:label_user_activities_other) %>
|
|
|
|
|
</p>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if @user == User.current %>
|
|
|
|
|
<%= l(:label_user_activities) %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<p class="font_description">
|
|
|
|
|
<%= l(:label_user_activities_other) %>
|
|
|
|
|
</p>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<!-- fq -->
|
|
|
|
|
|