Skip to content
Snippets Groups Projects
Commit fcf85589 authored by Florent Lavelle's avatar Florent Lavelle
Browse files

remove archive items

parent 3d58b7e8
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!346REDMINE_ISSUE-13359
......@@ -52,6 +52,7 @@
<div class="field">
<label>Illustration du projet</label>
<img
v-if="thumbnailFileSrc.length || form.thumbnail.length"
id="form-input-file-logo"
class="ui small image"
:src="
......
......@@ -37,19 +37,6 @@
<strong>Projet {{ project.moderation ? '' : 'non' }} modéré</strong>
</div>
<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">
{{ project.created_on }}&nbsp;
<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