summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-10 04:43:23 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-10 04:43:23 +0200
commit0571884ea3228a56c6b7e0e084afda2770ee34d9 (patch)
treee0d0ae35911a77b0c9e61082546f1d55a2d2a18c
parent30ed9fd9a8bffb44e6ab91dfedb8c0e33837769a (diff)
Add backlink to node from revisions#index
-rw-r--r--app/views/revisions/index.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/revisions/index.html.erb b/app/views/revisions/index.html.erb
index 58c08b7..4680ae2 100644
--- a/app/views/revisions/index.html.erb
+++ b/app/views/revisions/index.html.erb
@@ -1,5 +1,9 @@
1<h2>Revisions for Node: <%= @node.unique_name %></h2> 1<h2>Revisions for Node: <%= @node.unique_name %></h2>
2 2
3<p class="node_action_bar standalone_action_bar">
4 <%= link_to 'Back to node', node_path(@node) %>
5</p>
6
3<table id="revisions" class="revisions_table"> 7<table id="revisions" class="revisions_table">
4 <thead> 8 <thead>
5 <tr class="header"> 9 <tr class="header">