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> — <% 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