summaryrefslogtreecommitdiff
path: root/app/views/revisions
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/revisions')
-rw-r--r--app/views/revisions/index.html.erb1
-rw-r--r--app/views/revisions/show.html.erb1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/revisions/index.html.erb b/app/views/revisions/index.html.erb
index b41a77c..e3134d7 100644
--- a/app/views/revisions/index.html.erb
+++ b/app/views/revisions/index.html.erb
@@ -1,2 +1 @@
1<h1>Revisions#index</h1> <h1>Revisions#index</h1>
2<p>Find me in app/views/revisions/index.html.erb</p>
diff --git a/app/views/revisions/show.html.erb b/app/views/revisions/show.html.erb
index c63e7e8..64979fc 100644
--- a/app/views/revisions/show.html.erb
+++ b/app/views/revisions/show.html.erb
@@ -1,5 +1,6 @@
1<div id="subnavigation"> 1<div id="subnavigation">
2 <%= link_to 'Diff revisions', :action => :diff, :id => params[:id] %> 2 <%= link_to 'Diff revisions', :action => :diff, :id => params[:id] %>
3 <%= link_to 'Edit', edit_node_path(@node) %>
3</div> 4</div>
4 5
5<h2>Revisions for Node: <%= @node.unique_name %></h2> 6<h2>Revisions for Node: <%= @node.unique_name %></h2>