Sha256: 8c84581164f3022eacee9da0835c76ed4a70f49c35e96c28bfacb4c17538bc1c

Contents?: true

Size: 601 Bytes

Versions: 21

Compression:

Stored size: 601 Bytes

Contents

<div class="row">
  <div class="small-12 columns">
    <h3>Insert Media</h3>
    <p class="lead">Choose a size...</p>
    <p><small>Please note, you can resize the file in the editor window as well.</small></p>

    <select>
      <% Guts.configuration.file_image_sizing.each do |k, v| %>
        <option value="<%= k.to_s %>"><%= k.to_s.humanize %> (<%= v %>)</option>
      <% end %>
    </select>
    <input type="hidden" id="media_insert_file_link" value="<%= @medium.file.url :original %>">
    <button type="button" class="button secondary" id="media_insert_size">Insert</button>
  </div>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
guts-2.1.0 app/views/guts/media/editor_insert.html.erb
guts-2.0.2 app/views/guts/media/editor_insert.html.erb
guts-2.0.1 app/views/guts/media/editor_insert.html.erb
guts-2.0.0 app/views/guts/media/editor_insert.html.erb
guts-1.4.0 app/views/guts/media/editor_insert.html.erb
guts-1.3.6 app/views/guts/media/editor_insert.html.erb
guts-1.3.5 app/views/guts/media/editor_insert.html.erb
guts-1.3.4 app/views/guts/media/editor_insert.html.erb
guts-1.3.3 app/views/guts/media/editor_insert.html.erb
guts-1.3.2 app/views/guts/media/editor_insert.html.erb
guts-1.3.1 app/views/guts/media/editor_insert.html.erb
guts-1.3.0 app/views/guts/media/editor_insert.html.erb
guts-1.2.2 app/views/guts/media/editor_insert.html.erb
guts-1.2.1 app/views/guts/media/editor_insert.html.erb
guts-1.2.0 app/views/guts/media/editor_insert.html.erb
guts-1.1.1 app/views/guts/media/editor_insert.html.erb
guts-1.1.0 app/views/guts/media/editor_insert.html.erb
guts-1.0.8 app/views/guts/media/editor_insert.html.erb
guts-1.0.7 app/views/guts/media/editor_insert.html.erb
guts-1.0.5 app/views/guts/media/editor_insert.html.erb