mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
Merge pull request #4610 from G-Chubinidze/gc_SCI_7203
archived tasks updates [SCI-7203]
This commit is contained in:
commit
0dcc3e3c7f
3 changed files with 11 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.archived-task-card-code {
|
||||
bottom: 30px;
|
||||
position: absolute;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
// Create wopi file
|
||||
.create-wopi-file-btn {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue