mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Go to series instead of open series on episode modal
This commit is contained in:
parent
76acc8ffa6
commit
e43f251f74
@ -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 New Issue
Block a user