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 app/views/segments/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/segments/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/segments/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.27 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.26 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.24 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.23 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.19 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.11 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/segments/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/segments/index.html.haml