summaryrefslogtreecommitdiff
path: root/app/views/revisions
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-15 19:45:46 +0100
committerhukl <contact@smyck.org>2009-03-15 19:45:46 +0100
commitb7f67dc8527c6b404fa9682f07c7a1068bb83c7f (patch)
tree050332df44494c14bd4105dc21db1a3efddd3b97 /app/views/revisions
parent101734cfbd0e1220ceee1065468dbee3d9bd7e68 (diff)
interface interlinks
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>