Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisNT committed Apr 27, 2015
1 parent 59302e2 commit 0fa788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_alarmclock/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 class="panel-title">Alarm state</h3>
</div>
<div class="panel-body">
<p>
The alarm will start at <strong>{{ alarm_manager.get_ring_time() }}</strong> and play playlist <strong>{{ alarm_manager.playlist.name }}</strong> with <strong>{{ alarm_manager.volume }}%</strong> volume (time to full volume {{ alarm_manager.volume_increase_seconds }} sec).<br/>
The alarm will start at <strong>{{ alarm_manager.get_ring_time() }}</strong> and play playlist <strong>{{ alarm_manager.playlist.name }}</strong> with <strong>{{ alarm_manager.volume }}% volume</strong> (time to full volume {{ alarm_manager.volume_increase_seconds }} sec).<br/>

<a role="button" class="btn btn-success btn-large btn-warning" href="/alarmclock/cancel/">Cancel alarm</a>
</p>
Expand Down

0 comments on commit 0fa788d

Please sign in to comment.