mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
renamed Updating to Development.
minor setting style
This commit is contained in:
parent
663eeb53c1
commit
add4c38589
4 changed files with 29 additions and 18 deletions
|
@ -92,16 +92,19 @@
|
|||
</fieldset>
|
||||
|
||||
{{#unless_eq branch compare="master"}}
|
||||
<fieldset>
|
||||
<legend>Updating</legend>
|
||||
<fieldset>
|
||||
<legend>Development</legend>
|
||||
<div class="alert">
|
||||
<i class="icon-nd-warning"></i>
|
||||
Don't change anything here unless you know what you are doing.
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Branch</label>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">Branch</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" placeholder="master" name="branch"/>
|
||||
</div>
|
||||
<div class="controls">
|
||||
<input type="text" placeholder="master" name="branch"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/unless_eq}}
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
<h3>{{name}}</h3>
|
||||
{{#if_eq implementation compare="Newznab"}}
|
||||
<span class="btn-group pull-right">
|
||||
<button class="btn btn-mini btn-icon-only x-delete"><i class="icon-nd-delete"/></button>
|
||||
<button class="btn btn-mini btn-icon-only x-delete">
|
||||
<i class="icon-nd-delete"/>
|
||||
</button>
|
||||
</span>
|
||||
{{/if_eq}}
|
||||
</div>
|
||||
|
@ -27,8 +29,9 @@
|
|||
{{formBuilder}}
|
||||
|
||||
{{#if_eq name compare="WomblesIndex"}}
|
||||
<div class="alert">
|
||||
<strong>Warning!</strong> Does not support searching
|
||||
</div>
|
||||
<div class="alert">
|
||||
<i class="icon-nd-warning"></i>
|
||||
Does not support searching
|
||||
</div>
|
||||
{{/if_eq}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue