From a9765af95cf512b76775750ca7e3e2163ca7b3f8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 31 Aug 2013 22:27:20 +0200 Subject: Allow native control-click of article titles Provide better access to the link of the article, and allow control-click on the title to e.g. open in a background tab, without having to reach the little link icon on the far right. --- app/views/helpers/view/normal_view.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/helpers') diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index fb4e60cf6..cca8e3a88 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -44,7 +44,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { feed (true); ?>
  • name (); ?>
  • -
  • title (); ?>
  • +
  • title (); ?>
  • date (); ?>
  • -- cgit v1.2.3