mirror of https://github.com/Sonarr/Sonarr
System icon is a laptop now
This commit is contained in:
parent
933b64a88a
commit
c7741e41b2
|
@ -41,7 +41,7 @@
|
|||
<li><a href="settings"><i class="icon-cogs"></i>
|
||||
<br>
|
||||
Settings</a></li>
|
||||
<li><a href="system"><i class="icon-plane"></i>
|
||||
<li><a href="system"><i class="icon-laptop"></i>
|
||||
<br>
|
||||
System</a></li>
|
||||
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KRTE52U3XJDSQ" target="_blank"><i class="icon-star"></i>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<a href="{{route}}">{{series.title}}</a>
|
||||
{{! TODO: Should use route instead of hard coding link }}
|
||||
<a href="/series/details/{{series.titleSlug}}">{{series.title}}</a>
|
||||
|
|
Loading…
Reference in New Issue