Sha256: 420ab79ca0465c1c446d16544c8aa992a441c197f2d5827ccfe9e984f4fb3e4e

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

#sidebar.fassets_core
  -if user_signed_in?
    .collapsible
      %h2.title New Catalog
      =form_for Catalog.new, :url => catalogs_path, :remote => true do |f|
        =render :partial => "form", :object => f
        =submit_tag "Create"
  #catalogs_list
    %ul.collection
      -Catalog.all.each do |catalog|
        %li
          =link_to(catalog.title, catalog_path(catalog))
          .content=catalog.info

#main

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fassets_core-0.4.0 app/views/catalogs/index.html.haml