opf/openproject

View on GitHub
app/components/add_button_component.html.erb

Summary

Maintainability
Test Coverage
<li class="<%= li_css_class %>">
  <a href="<%= dynamic_path %>"
     id="<%= id %>"
     title="<%= title %>"
     arial-label="<%= aria_label %>"
     class="<%= link_css_class %>">
    <%= icon %>
    <%= label %>
  </a>
</li>