From 580d02a6d95178811d479946327197e533e1fa38 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 6 Feb 2008 14:54:04 +0000 Subject: [PATCH] ActionItem158: linking to public URL instead of just showing --- app/views/cms/view.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml index 929f7fa..b41bcde 100644 --- a/app/views/cms/view.rhtml +++ b/app/views/cms/view.rhtml @@ -59,7 +59,7 @@ <%= _('"%{article}", last changed by %{author}') % { :article => @article.name, :author => (@article.last_changed_by ? @article.last_changed_by.name : _('Unknown User')) } %>
  • - <%= _('Public address of this article: %s') % (@article.public_path) %> + <%= _('Public address of this article: %s') % link_to(@article.public_path, @article.public_path) %>
  • <%= _('Tags:') %> <%= @article.tag_list %> -- libgit2 0.21.2