diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-07 20:13:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-07 20:13:15 +0000 |
commit | 8b205052a96416dd3313559343547fd850905921 (patch) | |
tree | 973f0b695a5ba1b642e034b6b570368632e4bd4f /app/views/wiki/date_index.html.erb | |
parent | 1d71bd598f92b88941a2233a0e506ef322d8abde (diff) | |
download | redmine-8b205052a96416dd3313559343547fd850905921.tar.gz redmine-8b205052a96416dd3313559343547fd850905921.zip |
Don't wrap watcher link with span.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11334 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki/date_index.html.erb')
-rw-r--r-- | app/views/wiki/date_index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/date_index.html.erb b/app/views/wiki/date_index.html.erb index 4bc31dcd7..a543ef229 100644 --- a/app/views/wiki/date_index.html.erb +++ b/app/views/wiki/date_index.html.erb @@ -1,5 +1,5 @@ <div class="contextual"> -<%= watcher_tag(@wiki, User.current) %> +<%= watcher_link(@wiki, User.current) %> </div> <h2><%= l(:label_index_by_date) %></h2> |