Sha256: 8a822112706224c749032271e7a82d7f525fff1f12b361ae56a3f43f1366c95e

Contents?: true

Size: 337 Bytes

Versions: 2

Compression:

Stored size: 337 Bytes

Contents

.span12
  h1 Posts

  .new-link
    = link_to 'New Post', crowdblog.new_post_path, :class => "btn btn-primary btn-small"

  #posts.container
    table.table.table-striped= render @posts

  - content_for :scripts do
    coffee:
      $ ->
        $('tr.post').each (index, el) ->
          new Crowdblog.Views.PostView
            el: el

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
crowdblog-0.1.1 app/views/crowdblog/posts/index.html.slim
crowdblog-0.1.0 app/views/crowdblog/posts/index.html.slim