mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-17 17:50:26 +08:00
Added task code to task details [SCI-7178]
This commit is contained in:
parent
b836b9a12b
commit
3d1bdac1f4
2 changed files with 8 additions and 0 deletions
app
|
@ -654,3 +654,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.task-details-code {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
|
@ -67,6 +67,9 @@
|
||||||
<%= render partial: "module_header_details_popover.html.erb" %>
|
<%= render partial: "module_header_details_popover.html.erb" %>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="task-details-code">
|
||||||
|
<%= @my_module.code %>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="details-container" class="task-details collapse">
|
<div id="details-container" class="task-details collapse">
|
||||||
|
|
Loading…
Add table
Reference in a new issue