Sha256: 1fe21bc0eb583637c0f0f672a181061c387801a5e1679ff9f187cf2349c5310c
Contents?: true
Size: 479 Bytes
Versions: 125
Compression:
Stored size: 479 Bytes
Contents
<% if @promotion.apply_automatically? %> <p> <%= t('.auto') %> </p> <% end %> <% if @promotion.codes.count == 1 %> <p> <%= t('.single_code_html', code: @promotion.codes.first.value) %> </p> <% elsif @promotion.codes.count > 1 %> <p> <%= t('.multiple_codes_html', count: @promotion.codes.count) %> </p> <% end %> <% if @promotion.path %> <div class="field"> <%= f.label :path %> <%= f.text_field :path, class: "fullwidth" %> </div> <% end %>
Version data entries
125 entries across 125 versions & 4 rubygems