diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-12 19:53:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-12 19:53:14 +0000 |
commit | 1cd4f5b353f0cc6996c0b639351c8047d07931c5 (patch) | |
tree | 803546864e9249b15e95a00558f016e5a6dc1eed /app/views | |
parent | 6968d0da1934b83dc524f6c972b897c4f8b01244 (diff) | |
download | redmine-1cd4f5b353f0cc6996c0b639351c8047d07931c5.tar.gz redmine-1cd4f5b353f0cc6996c0b639351c8047d07931c5.zip |
Adds a helper for issue heading (#7647).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5447 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/issues/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 166c85e0d..9cdf3f64f 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -1,6 +1,6 @@ <%= render :partial => 'action_menu' %> -<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2> +<h2><%= issue_heading(@issue) %></h2> <div class="<%= @issue.css_classes %> details"> <%= avatar(@issue.author, :size => "50") %> |