mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Allow editing of branch name when not on master
This commit is contained in:
@@ -90,4 +90,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user