1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Allow editing of branch name when not on master

This commit is contained in:
Mark McDowall 2013-09-06 00:16:38 -07:00
parent cb6c8729b1
commit 3ef5baf0a0

View file

@ -90,4 +90,18 @@
</div>
</div>
</fieldset>
{{#unless_eq branch compare="master"}}
<fieldset>
<legend>Updating</legend>
<div class="control-group">
<label class="control-label">Branch</label>
<div class="controls">
<input type="text" placeholder="master" name="branch"/>
</div>
</div>
</fieldset>
{{/unless_eq}}
</div>