1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

More logical order of fields, tags with tags

This commit is contained in:
2016-08-19 13:41:20 +02:00
parent a6d6ce5c13
commit 7609becf00

View File

@@ -50,17 +50,17 @@
<label for="url">URL</label> <label for="url">URL</label>
</div> </div>
<div class="input-field col s12">
<i class="material-icons prefix">label</i>
<input placeholder="tags, divided by comma's" type="text" name="tags" id="tags" value="{{ bookmark.tags }}" class="validate" />
<label for="tags">Tags</label>
</div>
<div class="input-field col s12"> <div class="input-field col s12">
<i class="material-icons prefix">comment</i> <i class="material-icons prefix">comment</i>
<input placeholder="note" type="text" name="note" id="note" value="{{ bookmark.note }}" class="validate" /> <input placeholder="note" type="text" name="note" id="note" value="{{ bookmark.note }}" class="validate" />
<label for="note">Note</label> <label for="note">Note</label>
</div> </div>
<div class="input-field col s12">
<i class="material-icons prefix">label</i>
<input placeholder="tags, divided by comma's" type="text" name="tags" id="tags" value="{{ bookmark.tags }}" class="validate" />
<label for="tags">Tags</label>
</div>
</div> </div>
{% if tags %} {% if tags %}
<div class="row"> <div class="row">