Ergnonomie
This commit is contained in:
parent
0dafda30e4
commit
6704d30ef1
@ -539,6 +539,9 @@ article#filters {
|
||||
.slide-buttons {
|
||||
float: right;
|
||||
}
|
||||
.left-buttons {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: var(--primary);
|
||||
|
@ -18,9 +18,11 @@
|
||||
<div class="grid two-columns">
|
||||
<article>
|
||||
<header>
|
||||
<a href="{% url 'recurrent_imports' %}" role="button">< Tous les imports récurrents</a>
|
||||
<div class="buttons slide-buttons">
|
||||
<div class="buttons left-buttons">
|
||||
<a href="{% url 'recurrent_imports' %}" role="button">< Tous les imports récurrents</a>
|
||||
<a href="{% url 'moderation' %}?import_sources={{ object.pk }}" role="button">Voir les événements {% picto_from_name "calendar" %}</a>
|
||||
</div>
|
||||
<div class="buttons slide-buttons">
|
||||
<a href="{% url 'run_rimport' object.pk %}" role="button">Exécuter {% picto_from_name "download-cloud" %}</a>
|
||||
<a href="{% url 'edit_rimport' object.pk %}" role="button">Éditer {% picto_from_name "edit" %}</a>
|
||||
<a href="{% url 'delete_rimport' object.pk %}" role="button">Supprimer {% picto_from_name "trash" %}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user