Sha256: 12259f50fe9fe73f530794d9f73513e42bc7d89cd106a499ba49ecd18680d35c

Contents?: true

Size: 555 Bytes

Versions: 8

Compression:

Stored size: 555 Bytes

Contents

.yui-b
  -box do 
    %h3 Tips
    %p 
      =:album_tip.l :community_name => configatron.community_name

  -box :class => 'alt' do
    = link_to :back_to_photo_manager.l, user_photo_manager_index_path(current_user)

#yui-main
  .yui-b
    -box :id => "single_upload", :class => ".yui-b" do
      %h3= :new_album.l
      = form_for(@album, :url => user_album_path(current_user, @album),:html => {:class => "MainForm"}) do |f|  
        = render :partial => 'form', :locals => {:f => f, :button1 => :edit_and_add_photos.l, :button2 => :edit_album.l }
    

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/albums/edit.html.haml
community_engine-2.3.1 app/views/albums/edit.html.haml
community_engine-2.3.0 app/views/albums/edit.html.haml
community_engine-2.1.0 app/views/albums/edit.html.haml
community_engine-2.0.0 app/views/albums/edit.html.haml
community_engine-2.0.0.beta3 app/views/albums/edit.html.haml
community_engine-2.0.0.beta2 app/views/albums/edit.html.haml
community_engine-2.0.0.beta1 app/views/albums/edit.html.haml