Sha256: 3c860ab9ac0e1b2577be5845a6ad972a69a8d45df6429437d722d774f28ad837

Contents?: true

Size: 1.14 KB

Versions: 14

Compression:

Stored size: 1.14 KB

Contents

<%= content_for :title do %>
  Insert Link
<% end %>
<form class="formtastic">
  <div class="form-group">
    <%= label_tag :label, nil, class: "control-label" %>
    <%= text_field_tag :label, nil, class: "form-control" %>
  </div>
  <fieldset>
    <div class="form-group">
      <%= label_tag :type, "Link To", class: "control-label" %>
      <%= select_tag :type, options_for_select([["Page", "page"], ["External URL", "url"]]), class: "form-control" %>
    </div>
    <div class="form-group hidden">
      <%= label_tag :page, nil, class: "control-label" %>
      <%= select_tag :page, options_for_select(Smithy::Page.page_selector_options), class: "form-control" %>
    </div>
    <div class="form-group hidden">
      <%= label_tag :url, nil, class: "control-label" %>
      <%= text_field_tag :url, nil, class: "form-control" %>
    </div>
    <div class="form-group">
      <%= label_tag :open_in_new_tab, nil, class: "control-label" do %>
        <%= check_box_tag :open_in_new_tab %>
        Open link in new tab
      <% end %>
    </div>
  </fieldset>
</form>
<%= content_for :footer do %>
  <button class='btn btn-primary select'>Select</button>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.7.3 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.7.2 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.7.1 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.7.0 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.10 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.9 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.7 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.6 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.5 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.4 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.3 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.2 app/views/smithy/pages/selector_modal.html.erb
smithycms-0.6.1 app/views/smithy/pages/selector_modal.html.erb