mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Truncate the request title
This commit is contained in:
parent
745ed9a30f
commit
fdb985dd08
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<div>
|
||||
<h4>
|
||||
<a href="" target="_blank">
|
||||
{{request.title}}
|
||||
{{request.title | truncate: 36}}
|
||||
</a>
|
||||
|
||||
</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue