Sha256: d6f042143429bad0929901ca6f581b6d1e84364bd8cd1f992a34597c384c2744
Contents?: true
Size: 522 Bytes
Versions: 18
Compression:
Stored size: 522 Bytes
Contents
<p><%= t(".pending_html", title: translated_attribute(@conference.title), url: @locator.url) %></p> <p><%= t(".details", registration_type: translated_attribute(@registration_type.title), price: number_to_currency((@registration_type.price || 0), locale: I18n.locale, unit: Decidim.currency_unit)) %></p> <ul> <% @registration_type.conference_meetings.order(:start_time).each do |conference_meeting| %> <li><%= present(conference_meeting).title %> </li> <% end %> </ul> <p><%= t(".confirmation_pending") %></p>
Version data entries
18 entries across 18 versions & 1 rubygems