Sha256: 6f78080e8f05012777c63c2a17352e963ef9bd4eab71a9908a72da54b607dbff
Contents?: true
Size: 500 Bytes
Versions: 4
Compression:
Stored size: 500 Bytes
Contents
=content_for :h1 do #type %small Catalog Facet #title %small=link_to @catalog.title, catalog_path(@catalog) =@facet.caption #action =button_to "Delete", catalog_facet_path(@catalog, @facet), :method => :delete, :onclick => "return confirm('Are you sure?')" #sidebar.fassets_core=render "labels/sidebar" #main.fassets_core =form_for [@catalog, @facet], :url => catalog_facet_path(@catalog,@facet) do |f| =render :partial => "form", :object => f =submit_tag "Save"
Version data entries
4 entries across 4 versions & 1 rubygems