Sha256: 63ae4a89bc531aa633d0d127d86a0e3c1dd6f25df1467e4d3c8190b70ef297d2

Contents?: true

Size: 594 Bytes

Versions: 31

Compression:

Stored size: 594 Bytes

Contents

- in_section :people
- content_for :title do
  List Segments
- content_for :header do
  %h1 List Segments

.row
  .span8.offset2
    - if @segments.empty?
      %p.detailed-list= "You have no list segments yet! #{link_to "Create one", new_search_path} by searching for people.".html_safe
    - else
      %ul.detailed-list
        - @segments.each do |segment|
          %li
            %h4
              = link_to segment.name, segment
            .details-long= segment.description.html_safe
    - if @segments.present?
      = will_paginate @segments, :inner_window => 2, :outer_window => 0

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre app/views/segments/index.html.haml
artfully_ose-1.1.0 app/views/segments/index.html.haml
artfully_ose-1.1.0.rc2 app/views/segments/index.html.haml
artfully_ose-1.1.0.rc1 app/views/segments/index.html.haml