We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d2dd3 commit 1fcf8d6Copy full SHA for 1fcf8d6
templates/classic/html/issue.item.html
@@ -94,13 +94,14 @@
94
<input type="hidden" name="@template" value="item">
95
<input type="hidden" name="@required" value="title,priority">
96
</td>
97
- <td colspan=3 tal:content="structure context/submit">
98
- submit button will go here
+ <td colspan=3>
+ <span tal:replace="structure context/submit">submit button</span>
99
+ <a tal:condition="context/id" tal:attributes="href context/copy_url"
100
+ i18n:translate="">Make a copy</a>
101
102
</tr>
103
104
</table>
-
105
</form>
106
107
<tal:block tal:condition="not:context/id" i18n:translate="">
0 commit comments