Sha256: d2b16d560483e9ae5dccf1e9acdfe1373f7728dbfb68788766d82980df25747d

Contents?: true

Size: 714 Bytes

Versions: 16

Compression:

Stored size: 714 Bytes

Contents

<div class="price_details">
  <dl>
    <dt>
      <% if workshop_price.price %>
        <span class="price"><%= humanized_money_with_symbol workshop_price.price %></span>&nbsp;&nbsp;&mdash;&nbsp;&nbsp;
      <% end %>
      <% unless workshop_price.price_description.blank? %>
        <span class='price_description'><%= workshop_price.price_description %></span>
      <% end %>
    </dt>
    <% unless workshop_price.sub_description.blank? %>
      <dd class="sub_description"><%= workshop_price.sub_description %></dd>
    <% end %>
    <% unless workshop_price.valid_until.nil? %>
      <dd class='expires'>Expires: <span><%= format_date(workshop_price.valid_until) %></span></dd>
    <% end %>
  </dl>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_event-4.2.3.10 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.9 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.8 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.7 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.6 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.5 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.4 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.3 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.2 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3.1 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.3 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.2.3 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.2.2 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.2.1 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.2 app/views/dm_event/registrations/_workshop_price.html.erb
dm_event-4.2.1.5 app/views/dm_event/registrations/_workshop_price.html.erb