Skip to content

Commit 772c474

Browse files
committed
one more fix
1 parent fe02d3f commit 772c474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/views/document_revisions/index.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<td><%= document_revision.title %></td>
2828
<td><span class="tooltipped" data-tooltip="Backed up at <%= document_revision.created_at %>"><%= time_ago_in_words document_revision.created_at %> ago</span></td>
2929
<td><%= document_revision.cached_word_count %></td>
30+
<td>
3031
<%= link_to 'View', document_document_revision_path(id: document_revision.id), class: 'btn' %>
3132
<%= link_to 'Delete', document_document_revision_path(document: @document, id: document_revision.id), method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn red lighten-5 red-text' %>
3233
</td>

0 commit comments

Comments
 (0)