Sha256: f289758560dd75ce1fa0e68bd48252a1484116fcc5428307e067d836099fbe74

Contents?: true

Size: 643 Bytes

Versions: 17

Compression:

Stored size: 643 Bytes

Contents

<% content_for :meta_title, "Crop your profile portrait" %>
<% content_for :meta_description, "Exact cropping of the profile portrait picture." %>

<h1>Crop Portrait Photo</h1>

<%= form_for @profile, url: profile_path, method: :patch do |f| %>
  <% %w[x y w h].each do |attribute| %>
    <%= f.hidden_field "crop_#{attribute}" %>
  <% end %>
  <%= f.submit "Crop" %>
<% end %>
&nbsp;&nbsp;&nbsp;
<div style="width:100px; height:100px; overflow:hidden; display: inline-block; margin-bottom: -8px;">
  <%= image_tag @profile.portrait.url(:xl), id: "preview" %>
</div>

<br /><br />

<%= image_tag @profile.portrait_url(:xl), id: "cropbox" %>


Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 app/views/profiles/crop.html.erb
tkh_mailing_list-0.11.3 app/views/profiles/crop.html.erb
tkh_mailing_list-0.11.2 app/views/profiles/crop.html.erb
tkh_mailing_list-0.11.1.1 app/views/profiles/crop.html.erb
tkh_mailing_list-0.11.1 app/views/profiles/crop.html.erb
tkh_mailing_list-0.11 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.10 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.9.1 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.9 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.8 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.7 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.6 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.5 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.4 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.3 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.2 app/views/profiles/crop.html.erb
tkh_mailing_list-0.10.1 app/views/profiles/crop.html.erb