archived tasks updates [SCI-7203]

This commit is contained in:
Giga Chubinidze 2022-11-11 12:45:07 +04:00
parent f65c207e75
commit 5a429549da
3 changed files with 11 additions and 0 deletions

View file

@ -63,6 +63,12 @@
}
}
.archived-task-card-code {
position: absolute;
right: 25px;
bottom: 30px;
}
// Create wopi file
.create-wopi-file-btn {
cursor: pointer;

View file

@ -114,5 +114,9 @@
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_activities" data-contents="activities"></div>
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_comments" data-contents="comments"></div>
</div>
<div class="archived-task-card-code" data-view-mode="archived">
<%= t('my_modules.details.code') %><%= my_module.code %>
</div>
</div>
</div>

View file

@ -958,6 +958,7 @@ en:
manage_tags: "Manage tags"
create_new_tag: "create new"
recent_protocols_from_repository: "Recent protocols from the Repository"
code: "ID: "
notes:
title: "Notes"
no_description: "No task description"