|
|
|
@ -158,14 +158,14 @@
|
|
|
|
|
<%= (l(:label_update_time).to_s << ':' << format_time(e.act.created_on)).to_s %>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; float: right; margin-top: 0px">
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to l(:label_find_all_comments), respond_path(e.act_id) %>
|
|
|
|
|
</span>
|
|
|
|
|
<a class="font_lighter">
|
|
|
|
|
<%= l(:label_comments_count, :count => e.act.commit) %>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<!--<div style="display: inline-block; float: right; margin-top: 0px">-->
|
|
|
|
|
<!--<span>-->
|
|
|
|
|
<!--<%#= link_to l(:label_find_all_comments), respond_path(e.act_id) %>-->
|
|
|
|
|
<!--</span>-->
|
|
|
|
|
<!--<a class="font_lighter">-->
|
|
|
|
|
<!--<%#= l(:label_comments_count, :count => e.act.commit) %>-->
|
|
|
|
|
<!--</a>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<% when 'Journal' %>
|
|
|
|
|