Sha256: f7eed7c38add077c371bf082dc82e8871bbc65d7c59c739701bf79146b829cb1
Contents?: true
Size: 579 Bytes
Versions: 139
Compression:
Stored size: 579 Bytes
Contents
%h5 Friends .panel .panel-body = form_for @new_friend, :as => :friend, :url => friends_path do |f| .row .col-sm-6 = f.text_field :email, :placeholder => 'email' .col-sm-6 = f.submit 'Add Friend' - @friends.each do |friend| .panel .panel-body = friend.email .row .col-sm-6.description Galleries shared with them: = render 'ish_manager/galleries/index_title', :galleries => friend.shared_galleries.unscoped.where( :is_trash => false, :user_profile => current_user.profile )
Version data entries
139 entries across 139 versions & 1 rubygems