Sha256: 3bd8d562080c355cc622ef30baf023d2cd00e94f00723f3888477dcd1e813179
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 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: %ul - friend.shared_galleries.each do |g| %li= g[:name]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_manager-0.1.8.81 | app/views/ish_manager/friends/index.haml |