Skip to content
Snippets Groups Projects
Commit 717846dc authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix missing title for feature type & user status in header for non-admin

parent 70cd9c28
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
{{ userFullname || user.username || "Utilisateur inconnu" }} {{ userFullname || user.username || "Utilisateur inconnu" }}
</router-link> </router-link>
<div <div
v-if="user && user.is_administrator" v-if="user || user.is_administrator"
class="item ui label vertical no-hover" class="item ui label vertical no-hover"
> >
<span v-if="USER_LEVEL_PROJECTS && project"> <span v-if="USER_LEVEL_PROJECTS && project">
......
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
<div class="row"> <div class="row">
<div class="seven wide column"> <div class="seven wide column">
<h3 class="ui header">Types de signalements</h3>
<div class="ui middle aligned divided list"> <div class="ui middle aligned divided list">
<div <div
v-for="(type, index) in feature_types" v-for="(type, index) in feature_types"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment