mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Different note icon, was same as title
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
<div><i class="small material-icons yellow-text">star</i></div>
|
<div><i class="small material-icons yellow-text">star</i></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bookmark.note %}
|
{% if bookmark.note %}
|
||||||
<div><i class="small material-icons white-text" title="{{ bookmark.note|truncate(100) }}">description</i></div>
|
<div><i class="small material-icons white-text" title="{{ bookmark.note|truncate(100) }}">comment</i></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-stacked">
|
<div class="card-stacked">
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<i class="material-icons prefix">description</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user