Sha256: 46745b225144c137ef9fb6842168409d7d5b3dd1b12d022f1cb82d21030f707a

Contents?: true

Size: 546 Bytes

Versions: 154

Compression:

Stored size: 546 Bytes

Contents

- headlines ||= @headlines

.headlines--index
  %ul
    - headlines.each do |headline|
      %li
        = link_to '[~]', edit_headline_path(headline)
        .d-inline-block= button_to 'x', headline_path(headline), method: :delete, data: { confirm: 'Are you sure?' }
        = headline.name
        %ul
          %li <b>Date:</b> #{headline.date.to_date}
          %li
            <b>Tags (#{headline.tags.length}):</b>&nbsp;
            - headline.tags.each do |tag|
              = link_to tag.slug, tag_path( tag )
              \,&nbsp;



Version data entries

154 entries across 154 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/headlines/_index.haml
wco_models-3.1.0.201 app/views/wco/headlines/_index.haml
wco_models-3.1.0.199 app/views/wco/headlines/_index.haml
wco_models-3.1.0.198 app/views/wco/headlines/_index.haml
wco_models-3.1.0.197 app/views/wco/headlines/_index.haml
wco_models-3.1.0.196 app/views/wco/headlines/_index.haml
wco_models-3.1.0.195 app/views/wco/headlines/_index.haml
wco_models-3.1.0.194 app/views/wco/headlines/_index.haml
wco_models-3.1.0.193 app/views/wco/headlines/_index.haml
wco_models-3.1.0.192 app/views/wco/headlines/_index.haml
wco_models-3.1.0.191 app/views/wco/headlines/_index.haml
wco_models-3.1.0.190 app/views/wco/headlines/_index.haml
wco_models-3.1.0.189 app/views/wco/headlines/_index.haml
wco_models-3.1.0.188 app/views/wco/headlines/_index.haml
wco_models-3.1.0.187 app/views/wco/headlines/_index.haml
wco_models-3.1.0.184 app/views/wco/headlines/_index.haml
wco_models-3.1.0.183 app/views/wco/headlines/_index.haml
wco_models-3.1.0.182 app/views/wco/headlines/_index.haml
wco_models-3.1.0.181 app/views/wco/headlines/_index.haml
wco_models-3.1.0.180 app/views/wco/headlines/_index.haml