summaryrefslogtreecommitdiff
path: root/app/views/nodes/_node_list.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/_node_list.html.erb')
-rw-r--r--app/views/nodes/_node_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/_node_list.html.erb b/app/views/nodes/_node_list.html.erb
index 1e5d0ed9..0dc3c5a0 100644
--- a/app/views/nodes/_node_list.html.erb
+++ b/app/views/nodes/_node_list.html.erb
@@ -34,7 +34,7 @@
34 <%= link_to 'revisions', node_revisions_path(node) %> 34 <%= link_to 'revisions', node_revisions_path(node) %>
35 </td> 35 </td>
36 <td><%= node.lock_owner.login if node.lock_owner %></td> 36 <td><%= node.lock_owner.login if node.lock_owner %></td>
37 <td><%= node.draft ? node.draft.revision : (node.head ? node.head.revision : "EMPTY") %></td> 37 <td><%= node.draft ? node.draft.revision : (node.head ? node.head.revision : t(".no_revision")) %></td>
38 </tr> 38 </tr>
39 <% end %> 39 <% end %>
40</table> 40</table>