Sha256: d833fc26866bcd882fc0808a738a14ab4db229c853da3761c46f9bbe55175faa
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
= render '../shared/top_navigation_bottom' = render '../shared/tools' - content_for :aspects do = b.divider "Controls" - b.controls :id => "controls_id", :class => "controls_class" do |o| - o.left do |a| - a.add link_to('Compose', "#", {}, :class => 'icn_compose') - a.add link_to('Move', "#") - a.add link_to('Delete', "#") - o.right do |a| - a.add link_to('Archive', "#", {}, :class => 'icn_compose') - a.add link_to('Filter', "#") = b.divider "Tags and Details" - b.details :id => "details_id", :class => "details_class" do |o| - o.tags samples.common_tags - o.details samples.common_details = b.divider "Comments" = render '../shared/comments' = b.divider "Visibility Tags" - visibility_tags = [['owner', '__owner_visibility'], ['member', '__member_visibility']].collect{|t, v| tag :div, t, :class => v} - item_type = [tag :div, 'Note', :class => '__item_type'] - b.details do |o| - o.tags samples.common_tags + visibility_tags + item_type = b.divider "Paginator" = render '../shared/paginator'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
common_interface-0.1.2 | lib/views/CommonInterface/Demo/Basic/aspects.html.haml |
common_interface-0.1.1 | lib/views/CommonInterface/Demo/Basic/aspects.html.haml |