Commit 9b24ebbc authored by Guy Pyrzak's avatar Guy Pyrzak

101770v2

parent 2df35fc7
......@@ -258,14 +258,15 @@
%]
</div>
[% END %]
[% IF attachment.flag_types.size > 0 %]
<div id="attachment_flags">
[% IF attachment.flag_types.size > 0 %]
[% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id
attach_id = attachment.id
flag_types = attachment.flag_types
read_only_flags = !can_edit
%]
</div>
[% END %]
[% IF user.id %]
<div id="update_container">
......@@ -275,6 +276,7 @@
</div>
</div>
</div>
</div>
</form>
<div id="attachment_actions">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment