Sha256: 25998124aba09454110d15dd469ea21d4474a82e8036ef4533a4d1cf3a9ddff1

Contents?: true

Size: 390 Bytes

Versions: 24

Compression:

Stored size: 390 Bytes

Contents

= big_list_item(:class => "top", :id => "#{product.id}") do
  .item-title.product.big{:class => row_class(product)}
    %strong= link_to product.title, edit_forge_product_path(product)
    = "(Draft)" unless product.published?

  .item-actions
    = action_link("View on Site", product, :icon => "laptop") if product.published?
    = edit_link(product)
    = delete_link(product)
  .spacer

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/products/_product.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/products/_product.html.haml