OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/views/custom_actions/index.html.erb

13 lines
535 B

<% html_title l(:label_administration), 'Custom actions (placeholder)' -%>
<%= toolbar title: 'Custom actions (placeholder)' do %>
<li class="toolbar-item">
<%= link_to new_custom_action_path,
{ class: 'button -alt-highlight',
aria: { label: 'Custom action (placeholder)' },
title: 'Custom action (placeholder)' } do %>
<%= op_icon('button--icon icon-add') %>
<span class="button--text"><%= t('Custom action (placeholer)') %></span>
<% end %>
</li>
<% end %>