Last comment column #293
This commit is contained in:
parent
45e10753d9
commit
1359f9d0bb
@ -53,7 +53,7 @@
|
||||
:class => 'icon icon-dmsf-lockedbycurrent') %>
|
||||
<% end %>
|
||||
</td>
|
||||
<td class="version"><%= file.last_revision.version %></td>
|
||||
<td class="version" title="<%= file.last_revision.comment %>"><%= file.last_revision.version %></td>
|
||||
<td class="workflow">
|
||||
<% if wf && @file_approval_allowed %>
|
||||
<%= link_to(
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<td class="modified">
|
||||
<%= format_time(file.last_revision.updated_at) %>
|
||||
</td>
|
||||
<td class="version"><%= file.last_revision.version %></td>
|
||||
<td class="version" title="<%= file.last_revision.comment %>"><%= file.last_revision.version %></td>
|
||||
<td class="workflow">
|
||||
<%= file.last_revision.workflow_str(false) %>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user