Fixes #3266 - Factual Macro title shown in ticket update dropdown

This commit is contained in:
Mantas 2020-11-05 16:33:22 +02:00 committed by Thorsten Eckel
parent 6810bc5548
commit 8e7abc45fb

View file

@ -33,9 +33,9 @@
<button class="btn btn--primary btn--slim btn--split--last js-openDropdownMacro"><%- @Icon('arrow-up') %></button>
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="userAction">
<% for macro in @macros: %>
<li class="js-dropdownActionMacro" role="menuitem" data-id="<%= macro.id %>"><%- @T(macro.displayName()) %>
<li class="js-dropdownActionMacro" role="menuitem" data-id="<%= macro.id %>"><%- macro.displayName() %>
<% end %>
</ul>
</div>
<% end %>
</form>
</form>