gonito/templates/tags.hamlet

14 lines
295 B
Plaintext

<h1>Tags
^{Table.buildBootstrap tagsTable tags}
<hr>
$if canTagsBeAdded
<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>