Commit a197b219 authored by Vladimir Baranov's avatar Vladimir Baranov

rref #5392. Add url processing for notifications

parent 947410e1
......@@ -2482,6 +2482,11 @@ table.dataTable thead .sorting:after {
font-family: 'robotomedium';
}
.chat-app .conversation-section .message-content-url {
display: block;
}
.chat-app .conversation-section .user-message .message-content .attachment-message {
color: #909090;
}
......
......@@ -58,6 +58,7 @@
</div>
<div class="message-content">
{{::msg.content}}
<a class="message-content-url" href="{{::msg.url}}" ng-if="msg.url">{{msg.url}}</a>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment