Sha256: f5030bc76ebdf734430ba4a744529a516ed3b85bfb24530bb3141d9fe952a6eb
Contents?: true
Size: 560 Bytes
Versions: 10
Compression:
Stored size: 560 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <% if heading.present? %> <%= render Primer::BaseComponent.new(**heading.system_arguments) do %> <%= heading.content %> <% end %> <% end %> <% if actions.present? %> <%= render Primer::BaseComponent.new(**actions.system_arguments) do %> <%= actions.content %> <% end %> <% end %> <% if description.present? %> <%= render Primer::BaseComponent.new(**description.system_arguments) do %> <%= description.content %> <% end %> <% end %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems