Sha256: 65cb9ca84bdc03688da4056892d70488564ce33086d8200c3eebfad446977653

Contents?: true

Size: 717 Bytes

Versions: 1

Compression:

Stored size: 717 Bytes

Contents

#main.folders{:data => {:panel => false}}
  %p
    = t :library_introduction
  
  - if admin?
    %p.action
      = link_to t(:add_root_folder), droom.new_folder_url, :class => "add", :data => {:action => "popup", :affected => "#folders"}
      %br
      %span.note
        = t :unattached_folder_note
      

  = render :partial => 'folders'

- content_for :title do
  = t :library


- content_for :margin do
  #finder
    %h3
      = t :find_documents

    %form.filter{:action => droom.documents_url(:format => :js), :data => {:action => "filter"}}
      %p
        = text_field_tag :q, params[:q], :placeholder => t(:by_name)
    
    .scroller
      #found
        %p.waiting
          = t :loading_documents
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
droom-0.2.1 app/views/droom/folders/index.html.haml