mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
259721f14d
For feature parity with ng `opce-attribute-help-text`.
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
<%= render Primer::Beta::Link.new(**@system_arguments) do |link| %>
|
|
<% if additional_label? %>
|
|
<% link.with_trailing_visual_icon(icon: :question, size: :xsmall) %>
|
|
<%= additional_label %>
|
|
<% else %>
|
|
<%= render Primer::Beta::Octicon.new(:question, size: :xsmall) %>
|
|
<% end %>
|
|
<% end %>
|
|
<%= render @tooltip %>
|