Protocol templates table - linked tasks modal [SCI-7630]

This commit is contained in:
Giga Chubinidze 2023-03-13 18:19:28 +04:00
parent 2cef3bde31
commit 0ffe9b619c
2 changed files with 10 additions and 3 deletions

View file

@ -554,9 +554,12 @@ mark,.mark {
table tbody tr .breadcrumb {
padding: 0 5px;
position: relative;
right: 15px;
& li + li::before {
content: "> ";
color: $color-volcano;
content: "/ ";
}
}
@ -573,6 +576,10 @@ mark,.mark {
}
}
.no-linked-children {
padding: 16px 0;
}
a.edit-name-link small {
margin-left: 5px;
display: none;

View file

@ -11,7 +11,7 @@
</table>
</div>
<% else %>
<div>
<div class="no-linked-children">
<em><%= t("protocols.index.linked_children.no_linked_children") %></em>
</div>
<% end %>