mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 12:34:40 +00:00
Go to series instead of open series on episode modal
This commit is contained in:
parent
76acc8ffa6
commit
e43f251f74
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ define(
|
|||
message: 'Added: ' + self.model.get('title'),
|
||||
actions : {
|
||||
goToSeries: {
|
||||
label: 'Go to Series Page',
|
||||
label: 'Go to Series',
|
||||
action: function() {
|
||||
Backbone.history.navigate('/series/' + self.model.get('titleSlug'), { trigger: true });
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<div class="modal-footer">
|
||||
{{#unless hideSeriesLink}}
|
||||
{{#with series}}
|
||||
<a href="{{route}}" class="btn btn-default pull-left" data-dismiss="modal">open series</a>
|
||||
<a href="{{route}}" class="btn btn-default pull-left" data-dismiss="modal">Go to Series</a>
|
||||
{{/with}}
|
||||
{{/unless}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue