Sha256: 2341062bcb3eed10c812ae0b54cee8fe1f7e0014ed1a7143f2391f5c4c437c6f
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
<div id='user_avatar_box'> <%= image_tag @user.avatar.thumb.url %> </div> <%= form_for @user, url: avatar_path, html: { multipart: true } do |f| %> <%= f.file_field :avatar, id: 'avatar_field' %> <%= f.hidden_field :avatar_cache %> <%= f.submit "Upload" %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buddies_avatar-0.0.2 | app/views/avatars/show.html.erb |
buddies_avatar-0.0.1 | app/views/avatars/show.html.erb |