Sha256: 2b24f4902db9c89f99742fe6d7ffa43e45ab8c26c8f7e79565152e1ebe85f5d2

Contents?: true

Size: 501 Bytes

Versions: 7

Compression:

Stored size: 501 Bytes

Contents

= title (@index_title || e9_t(:index_title))

.toolbar
  .toolbar-left
    #sidebar-email-form
      = render 'sidebar_email_form'
  
  .toolbar-middle
    #sidebar-search-form
      = render 'sidebar_search_form'
      
  .toolbar-right
    #sidebar-actions
      %fieldset
        %legend= "Manage"
        .manage-contacts
          = link_to_new_resource(Contact)
        .manage-company
          = link_to_collection(Company)
        
#records_table
  = render 'table', :resources => collection

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
e9_crm-0.1.33 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.32 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.31 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.30 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.29 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.28 app/views/e9_crm/contacts/index.html.haml
e9_crm-0.1.27 app/views/e9_crm/contacts/index.html.haml