diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:19:47 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:19:47 +0200 |
| commit | b928656088ef14e7d004de726df0d1cd70d1cdba (patch) | |
| tree | 8d3a1a7c7db8a40277c99445eea2a608e31ad843 /app/views | |
| parent | c2b2648d327e1c1749c37fe2e58cd051ed871547 (diff) | |
Move link to full revision list out of summary
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/nodes/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index 8b9e98b..5756649 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb | |||
| @@ -132,7 +132,6 @@ | |||
| 132 | <details> | 132 | <details> |
| 133 | <summary> | 133 | <summary> |
| 134 | <%= pluralize(@node.pages.count, 'revision', 'revisions') %> | 134 | <%= pluralize(@node.pages.count, 'revision', 'revisions') %> |
| 135 | · <%= link_to 'full history (diff / restore)', node_revisions_path(@node) %> | ||
| 136 | </summary> | 135 | </summary> |
| 137 | <ul> | 136 | <ul> |
| 138 | <% @node.pages.order(:revision).each do |page| %> | 137 | <% @node.pages.order(:revision).each do |page| %> |
| @@ -140,6 +139,7 @@ | |||
| 140 | <% end %> | 139 | <% end %> |
| 141 | </ul> | 140 | </ul> |
| 142 | </details> | 141 | </details> |
| 142 | <p class="revisions_full_history_link"><%= link_to 'Full history (diff / restore)', node_revisions_path(@node) %></p> | ||
| 143 | </div> | 143 | </div> |
| 144 | 144 | ||
| 145 | <div class="node_description">Tags</div> | 145 | <div class="node_description">Tags</div> |
