diff options
author | Vitaly Takmazov | 2020-02-02 11:07:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-02-02 11:07:04 +0300 |
commit | 6ff3ceb4268a9285bfc6cc987b01132bfd85de83 (patch) | |
tree | 35ef2e80585445e464c56aff99f6a8520359eb43 /src/main/resources/templates/views/partial | |
parent | 3db482e11fc3cd7b299909d847e39f7f9ed88064 (diff) |
Fix embeds
Diffstat (limited to 'src/main/resources/templates/views/partial')
-rw-r--r-- | src/main/resources/templates/views/partial/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index 63ac9eb4..47dfb6c5 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -1,4 +1,4 @@ -<article data-mid="{{ msg.mid }}"> +<article class="msg-cont" data-mid="{{ msg.mid }}"> <header class="h"> <span> <a href="/{{ msg.user.name }}/"><span>{{ msg.user.name }}</span></a> |