Commit 580d02a6d95178811d479946327197e533e1fa38
1 parent
e12b2116
Exists in
master
and in
29 other branches
ActionItem158: linking to public URL instead of just showing
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1292 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/view.rhtml
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | <%= _('"%{article}", last changed by %{author}') % { :article => @article.name, :author => (@article.last_changed_by ? @article.last_changed_by.name : _('Unknown User')) } %> |
60 | 60 | </li> |
61 | 61 | <li> |
62 | - <%= _('Public address of this article: %s') % (@article.public_path) %> | |
62 | + <%= _('Public address of this article: %s') % link_to(@article.public_path, @article.public_path) %> | |
63 | 63 | </li> |
64 | 64 | <li> |
65 | 65 | <%= _('Tags:') %> <%= @article.tag_list %> | ... | ... |