Sha256: 05c1fd54e651c5be0911a0ce1c486ab92f4e067b9ed71f2a28356e3cdb19bfb1
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
<% if current_component.settings.try(:additional_buttons_for_show_proposal_show) && current_component.settings.additional_button_for_show_proposal_text.present? && current_component.settings.additional_button_for_show_proposal_link.present? %> <section class="layout-aside__section"> <%= link_to translated_attribute(component_settings.additional_button_for_show_proposal_text), component_settings.additional_button_for_show_proposal_link, class: "button button__sm button__transparent-secondary w-full" %> </section> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-reporting_proposals-0.6.0 | app/views/decidim/reporting_proposals/proposals/_additional_button_for_show.html.erb |