Sha256: 352edec9525353bf6e38df90e76afbf29c8cfcf964872610b5f0c025ab058305
Contents?: true
Size: 439 Bytes
Versions: 36
Compression:
Stored size: 439 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
36 entries across 36 versions & 1 rubygems