Sha256: 1f198fe18ea7b8e0bd8796b2283fac169b54b2e20dcbfc9b892869aebedf40c5
Contents?: true
Size: 681 Bytes
Versions: 17
Compression:
Stored size: 681 Bytes
Contents
<form data-link-form-type="anchor"> <%= render_message do %> <p><%= Alchemy.t(:anchor_link_headline) %></p> <% end %> <div class="input select"> <label for="anchor_link" class="control-label"> <%= Alchemy.t(:anchor) %> </label> <%= select_tag(:anchor_link, options_for_select([[Alchemy.t('Please choose'), '']]), is: 'alchemy-select') %> </div> <div class="input text"> <label for="anchor_link_title" class="control-label"> <%= Alchemy.t(:link_title) %> </label> <%= text_field_tag "anchor_link_title", '', class: 'link_title' %> </div> <div class="submit"> <%= button_tag Alchemy.t(:apply) %> </div> </form>
Version data entries
17 entries across 17 versions & 1 rubygems