diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
| commit | 84657fa9d633a7d3e20c10645589061ecebeee3f (patch) | |
| tree | f4bda793d90193db5002d0f2848dc441e9c65c11 /app/views/nodes/_node_list.html.erb | |
| parent | a74e40be88cd1331155c967656e393618e88cd27 (diff) | |
Render dates, booleans and counts through the locale files
Diffstat (limited to 'app/views/nodes/_node_list.html.erb')
| -rw-r--r-- | app/views/nodes/_node_list.html.erb | 2 |
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> |
