Sha256: 6c5aae4dbb1381a881323a8278d259b4ad30457817c8a297edeb3d95e37eaa2a
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
<div class="avatar-update"> <%= form_for avatarable, url: avatar_path, multipart: true do |f| %> <%= f.file_field :logo, "data-url" => avatar_path %> <% end %> </div> <%= render partial: 'avatars/progress' %> <%= javascript_tag do %> $(function() { AvatarForRails.edit(); }); <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
avatars_for_rails-1.1.3 | app/views/avatars/_form.html.erb |