Commit 3c4b4d9f authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(feat) support tags pipe on media page titles

1 merge request!425WIP: [Sprint/InterestingIguana] (feat) ability to disable toaster notifications
Pipeline #69790898 passed with stages
in 29 minutes and 52 seconds
......@@ -314,6 +314,10 @@ m-media--grid{
letter-spacing: 0.25px;
}
h1.m-media-content--heading a {
text-decoration: none;
}
.m-media-content--info {
display: flex;
......
......@@ -55,7 +55,8 @@
<div class="mdl-grid m-media-content--meta">
<div class="mdl-cell mdl-cell--12-col m-media-content--title" [ngClass]="{ 'm-mature-text': attachment.shouldBeBlurred(entity) }">
<div class="mdl-cell mdl-cell--8-col mdl-cell--6-col-phone">
<h1 class="m-media-content--heading" [ngClass]="{'m-media--long-heading': entity.title && entity.title.length > 80}" >{{ entity.title }}</h1>
<h1 class="m-media-content--heading" [innerHtml]="entity.title | tags" [ngClass]="{'m-media--long-heading': entity.title && entity.title.length > 80}" >
</h1>
</div>
<!-- Additional block -->
......
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