diff options
author | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
commit | b034b3ede4844c6873fef9b2f031d698bc8b0327 (patch) | |
tree | 580975a80d4cd13aae04f9d8aa858674b71bcc0e /src/main/resources/templates/layouts/note.html | |
parent | 03bf67156f0ecfcaf11c76484251bd57422cb897 (diff) |
Gradle -> Maven
Diffstat (limited to 'src/main/resources/templates/layouts/note.html')
-rw-r--r-- | src/main/resources/templates/layouts/note.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/templates/layouts/note.html b/src/main/resources/templates/layouts/note.html deleted file mode 100644 index e832dc63..00000000 --- a/src/main/resources/templates/layouts/note.html +++ /dev/null @@ -1,5 +0,0 @@ -{% import "views/macros/tags" %} -<p>{{ msg | formatMessage }}</p> -{% if msg.tags | length > 0 %} -<div class="msg-tags">{{ allTags(baseUri, msg.tags | tagsList) }}</div> -{% endif %}
\ No newline at end of file |