git-subtree-dir: plugins/redmine_workload git-subtree-split: f94bb00e5eb387a55379714b8f58fb6f35517174
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
<%#
|
|
# Creates a trigger to open and close parts of the workload view.
|
|
# Parameters:
|
|
# trigger_for: set as "data-for"-attribute
|
|
#
|
|
# ▶ is a right-pointing filled triangle.
|
|
%>
|
|
|
|
<span class="trigger closed" data-for="<%= trigger_for %>">▶</span>
|