Skip to content

Commit

Permalink
fix form labels when taking snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Jun 2, 2015
1 parent 74ab586 commit 273f901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/Application/snapshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@ <h3>&{'snapshot.take-snapshot'}</h3>
<div class="alert">&{'snapshot.take-before-restore'}</div>
{{/restore}}

<div class="form-inline">
<div class="form">
<label for="snapshot-name">&{'snapshot.name'}</label>
<input type="text" id="snapshot-name" />

<label for="valid-from">&{'snapshot.valid-from'}</label>
<div class="input-append date" id="valid-from">
<input size="96" type="text" />
<span class="add-on"><i class="icon-th"></i></span>
</div>

<label for="valid-to">&{'snapshot.valid-to'}</label>
<div class="input-append date" id="valid-to">
<input size="96" type="text" />
<span class="add-on"><i class="icon-th"></i></span>
Expand Down

0 comments on commit 273f901

Please sign in to comment.