Sha256: 2749da6d8912e6b61ed8791e7675d41c312fb419eda2e613c172021b235daf20
Contents?: true
Size: 579 Bytes
Versions: 16
Compression:
Stored size: 579 Bytes
Contents
<% available = Workshop.available %> <div id="workshop_registration" class="registration_closed"> <h2><%= I18n.t "ems.registration_closed_heading" %></h2> <p><%= I18n.t "ems.registration_closed_text", title: @workshop.title %></p> <p><%= I18n.t "ems.registration_closed_email", email: @workshop.contact_email %></p> <% unless available.empty? %> <p><%= I18n.t 'ems.registration_closed_list' %></p> <ul> <% available.each do |workshop| %> <li><%= link_to workshop.title, register_new_url(workshop) %></li> <% end %> </ul> <% end %> </div>
Version data entries
16 entries across 16 versions & 1 rubygems