diff options
| -rw-r--r-- | app/views/revisions/index.html.erb | 4 |
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"> |
