Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2da1d9f105005d3379d8ec7af393338012a74fd5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Tweak style of movie path template on "add movies" screen ()

pull/2/head
Ricardo Amaral 7 years ago committed by Leonardo Galli
parent 97f111bec8
commit 2da1d9f105

@ -1,2 +1,4 @@
{{path}}<br>
<span title="{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{/if}}" class="hint" style="font-size: 12px;">{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{else}}&nbsp;Movie File Not Found{{/if}}</span>
<span title="{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{/if}}" class="hint path">
{{#if movieFile.relativePath}}&#9493;&nbsp;{{movieFile.relativePath}}{{else}}&#9493;&nbsp;Movie File Not Found{{/if}}
</span>

@ -1,3 +1,4 @@
@import "../Content/Bootstrap/mixins";
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/clickable.less";
@ -130,6 +131,13 @@
.hint {
color : #999999;
font-style : italic;
&.path {
.text-overflow();
display: block;
font-size: 12px;
}
}
.monitor-tooltip-contents {

Loading…
Cancel
Save