Skip to content
Snippets Groups Projects
Commit c88dc924 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issue/13359' into 'develop'

parents 3d58b7e8 fcf85589
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<div class="field"> <div class="field">
<label>Illustration du projet</label> <label>Illustration du projet</label>
<img <img
v-if="thumbnailFileSrc.length || form.thumbnail.length"
id="form-input-file-logo" id="form-input-file-logo"
class="ui small image" class="ui small image"
:src=" :src="
......
...@@ -37,19 +37,6 @@ ...@@ -37,19 +37,6 @@
<strong>Projet {{ project.moderation ? '' : 'non' }} modéré</strong> <strong>Projet {{ project.moderation ? '' : 'non' }} modéré</strong>
</div> </div>
<div class="meta"> <div class="meta">
<span data-tooltip="Délai avant archivage">
{{ project.archive_feature }}&nbsp;
<i
class="box icon"
aria-hidden="true"
/>
</span>
<span data-tooltip="Délai avant suppression">
{{ project.archive_feature }}&nbsp;<i
class="trash alternate icon"
aria-hidden="true"
/>
</span>
<span data-tooltip="Date de création"> <span data-tooltip="Date de création">
{{ project.created_on }}&nbsp; {{ project.created_on }}&nbsp;
<i <i
......
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