Sha256: 550aface58d1d568980702528e740dce42629b2f3a9a32f3a6b2c11ee6e36836
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
- title "Blocks" .sub-header .button-bar.clearfix = render :partial => 'search' .admin-links = link_to 'new block', new_dust_block_path, :class => '', :title => "New Block" .content-wrapper = will_paginate @blocks - @blocks.each do |block| .index-item .ui-widget.ui-helper-clearfix{:style => "float:right"} = link_to "", block, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy tip', :title => "Destroy This Item" = link_to block.title, edit_dust_block_path(block) = will_paginate @blocks
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dust-cms-0.0.07 | app/views/dust/blocks/index.html.haml |
dust-cms-0.0.06 | app/views/dust/blocks/index.html.haml |
dust-cms-0.0.05 | app/views/dust/blocks/index.html.haml |