Sha256: c04564fa51e2b43c5bb8934349154225b267dcce008097a3ad913ac3ecf4caa6
Contents?: true
Size: 445 Bytes
Versions: 14
Compression:
Stored size: 445 Bytes
Contents
<%- if params[:mode] == 'add' -%> <%= radio_button_tag 'mode', 'show' -%> <%= label_tag 'mode_show', t('page.show') %> <%= radio_button_tag 'mode', 'add', :checked => true -%> <%= label_tag 'mode_add', t('page.add') %> <%- else -%> <%= radio_button_tag 'mode', 'show', :checked => true -%> <%= label_tag 'mode_show', t('page.show') %> <%= radio_button_tag 'mode', 'add' -%> <%= label_tag 'mode_add', t('page.add') %> <%- end -%>
Version data entries
14 entries across 14 versions & 1 rubygems