gonito/templates/tags.hamlet

14 lines
295 B
Plaintext
Raw Normal View History

2017-02-19 14:05:56 +01:00
<h1>Tags
^{Table.buildBootstrap tagsTable tags}
<hr>
2018-06-27 13:32:45 +02:00
$if canTagsBeAdded
2017-02-19 14:05:56 +01:00
<h2>Create a new tag
<form method=post action=@{TagsR}#form enctype=#{formEnctype}>
^{formWidget}
<button .btn .btn-primary type="submit">
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>