Move cards settings help text

This commit is contained in:
Jonathan Wong 2015-09-19 00:53:18 -07:00
parent de4d8fb277
commit 924ed70458

View file

@ -93,7 +93,6 @@ available_notification_agents = notifiers.available_notification_agents()
<div class="form-group">
<label for="home_stats_cards">Cards</label>
<p class="help-block">Select the cards to show in the watch statistics on the home page. Select none to disable.</p>
<div class="row">
<div class="col-md-6">
<select multiple class="form-control" id="home_stats_cards" name="home_stats_cards" data-parsley-trigger="change">
@ -110,6 +109,7 @@ available_notification_agents = notifiers.available_notification_agents()
</select>
</div>
</div>
<p class="help-block">Select the cards to show in the watch statistics on the home page. Select none to disable.</p>
</div>
<div class="form-group">
<label for="home_stats_length">Time Frame</label>
@ -144,7 +144,6 @@ available_notification_agents = notifiers.available_notification_agents()
<div class="form-group">
<label for="home_library_cards">Cards</label>
<p class="help-block">Select the cards to show in the library statistics on the home page. Select none to disable.</p>
<div class="row">
<div class="col-md-6">
<select multiple class="form-control" id="home_library_cards" name="home_library_cards" data-parsley-trigger="change">
@ -152,6 +151,7 @@ available_notification_agents = notifiers.available_notification_agents()
</select>
</div>
</div>
<p class="help-block">Select the cards to show in the library statistics on the home page. Select none to disable.</p>
</div>
<p><input type="button" class="btn btn-bright save-button" value="Save" data-success="Changes saved successfully"></p>