Added task code to task details [SCI-7178]

This commit is contained in:
Martin Artnik 2022-09-13 13:17:18 +02:00
parent b836b9a12b
commit 3d1bdac1f4
2 changed files with 8 additions and 0 deletions
app
assets/stylesheets/my_modules/protocols
views/my_modules

View file

@ -654,3 +654,8 @@
}
}
}
.task-details-code {
display: inline-block;
margin-left: 4px;
}

View file

@ -67,6 +67,9 @@
<%= render partial: "module_header_details_popover.html.erb" %>
</div>
</span>
<span class="task-details-code">
<%= @my_module.code %>
</span>
</div>
</div>
<div id="details-container" class="task-details collapse">