This commit implements STUD-1490, allowing creation of components on the container page. It also enables the delete and duplicate buttons now that new content can be created that would benefit. Note that it also creates shared functionality for adding components, and refactors the unit page to use it too.
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
<div class="new-component">
|
|
<h5><%= gettext("Add New Component") %></h5>
|
|
<ul class="new-component-type">
|
|
</ul>
|
|
</div>
|