增加活动列表评论数显示
This commit is contained in:
parent
7caa5673e7
commit
0f841abbd0
|
@ -21,8 +21,11 @@
|
|||
<td colspan="2" width="580px" ><p class="font_description"><%= textilizable(e.event_description) %></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td align="left"><a class="font_lighter"><%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %></a></td>
|
||||
|
||||
<% if e.class == Issue %>
|
||||
<td align="right"><span><%= link_to l(:label_find_all_comments), issue_path(e) %></span><span class="font_lighter"><%= l(:label_comments_count, :count => e.journals.count)%></span></td>
|
||||
<% end %>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
|
@ -1482,7 +1482,6 @@ a.issue-link {
|
|||
font-weight: bold;
|
||||
}
|
||||
div.issue-note {
|
||||
width: 580px;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
|
Loading…
Reference in New Issue