summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/nodes/_preview.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/_preview.html.erb b/app/views/nodes/_preview.html.erb
index e8d7b9f..43e66a2 100644
--- a/app/views/nodes/_preview.html.erb
+++ b/app/views/nodes/_preview.html.erb
@@ -1,5 +1,5 @@
1<div id="preview_disclaimer"> 1<div id="preview_disclaimer">
2 <strong>Preview draft.</strong> 2 <strong>Preview draft.</strong>
3 Clicking on links will redirected you to the public site. 3 Clicking on links will redirected you to the public site.
4 <%= link_to 'Back to admin interface', nodes_path %> 4 <%= link_to 'Back to admin interface', request.env['HTTP_REFERER'] %>
5</div \ No newline at end of file 5</div \ No newline at end of file