Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-19 13:23:51 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-19 13:24:29 +0300
commit31d369b796466a726bbfce9ab72df11c8644f945 (patch)
treefd8a1128013b9cb60e2531e6048b1c3db162bc9e /app/views/projects/issues/show.html.haml
parent8cf45f63613276f47099def265ab4cde8eb0c758 (diff)
Use `to_reference` for Issue "show" and "edit" page titles
Thanks to Greg Laubenstein for noticing in !6503
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 49c47a7dc6a..6f3f238a436 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -1,4 +1,4 @@
-- page_title "#{@issue.title} (##{@issue.iid})", "Issues"
+- page_title "#{@issue.title} (#{@issue.to_reference})", "Issues"
- page_description @issue.description
- page_card_attributes @issue.card_attributes