mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00
Minor improvement to layer note spacing/margins
Don't show a slightly longer bottom margin when buttons are not shown. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
1c70da817b
commit
e8d734a377
|
@ -56,8 +56,9 @@
|
|||
<div class="row-fluid">
|
||||
{% for note in layeritem.layernote_set.all %}
|
||||
<div class="alert">
|
||||
<p>{{ note.text }}</p>
|
||||
{{ note.text }}
|
||||
{% if perms.layerindex.publish_layer or useredit %}
|
||||
<br><br>
|
||||
<p>
|
||||
<a href="{% url edit_layernote layeritem.name note.pk %}" class="btn">Edit note</a>
|
||||
<a href="{% url delete_layernote layeritem.name note.pk %}" class='btn'>Delete note</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user