From 74de7ef88ebcf091dc4d2122c6baa9611ab9f7e0 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 20 Jan 2014 01:07:09 -0500 Subject: Bug 958335 - Add comment button to user story field r=glob --- .../hook/bug/comments-comment_banner.html.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'extensions/UserStory/template') diff --git a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl index 0f5c0bcd6..a0240471d 100644 --- a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl +++ b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl @@ -10,6 +10,18 @@ [% can_edit_story = bug.check_can_change_field('cf_user_story', 0, 1) %]
+
User Story [% IF can_edit_story %] @@ -17,6 +29,13 @@ (edit) [% END %] + [% IF bug.cf_user_story != "" %] + + [comment] + + [% END %]
[% IF bug.cf_user_story != "" %] -- cgit v1.2.3-24-g4f1b