Sha256: 910c23252f3bb12287bfac0b4f228c399afa61837b8a9d839c40c85d68bde398
Contents?: true
Size: 732 Bytes
Versions: 64
Compression:
Stored size: 732 Bytes
Contents
<%= form_tag do %> <%= 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'), '']]), class: 'alchemy_selectbox') %> </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"> <%= link_to Alchemy.t(:apply), '', class: 'create-link button', 'data-link-type' => 'anchor' %> </div> <% end %>
Version data entries
64 entries across 64 versions & 1 rubygems