diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/nodes/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb index c077f6a..de4d8a2 100644 --- a/app/views/nodes/show.html.erb +++ b/app/views/nodes/show.html.erb | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | <div id="page_editor" class="show_node"> | 9 | <div id="page_editor" class="show_node"> |
| 10 | <table id="content"> | 10 | <table id="content"> |
| 11 | <tr> | 11 | <tr> |
| 12 | <td class="description">Path</td> | 12 | <td class="description">Public Link</td> |
| 13 | <td><%= @page.public_link %></td> | 13 | <td><%= link_to @page.public_link, content_url(@node.unique_path) %></td> |
| 14 | </tr> | 14 | </tr> |
| 15 | <tr> | 15 | <tr> |
| 16 | <td class="description">Author</td> | 16 | <td class="description">Author</td> |
