Last comment column #293

This commit is contained in:
Karel Pičman 2015-03-05 16:01:11 +01:00
parent 45e10753d9
commit 1359f9d0bb
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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>