summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/show.html.erb8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index 67dd7fc..bbbefe9 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -1,5 +1,9 @@
1<h1>Node</h1> 1<h1>Node</h1>
2 2<p>
3There is no draft to preview. Click <%= link_to 'edit', edit_node_path %> to 3There is no draft to preview. Click <%= link_to 'edit', edit_node_path %> to
4create one or view the currently 4create one or view the currently
5<%= link_to_path 'published version', @node.unique_path %>. \ No newline at end of file 5<%= link_to_path 'published version', @node.unique_path %>.
6</p>
7<p>
8 View the revisions of this node
9</p> \ No newline at end of file