Sha256: 686895455f040ea11cefd6f192279254b8e6f3725cdcd4f91934f36f095b2da6

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

h1 Authors

table.table.table-striped
  thead
    tr
      th
      th Name
      th Email
      th Posts
      th Last Post
  tbody
    - @authors.each do |author|
      tr
        th= image_tag author.gravatar_url
        td= author.name
        td= author.email
        td= author.published_posts.size
        td= author.last_published_at

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
crowdblog-0.2.0 app/views/crowdblog/admin/authors/index.html.slim
crowdblog-0.1.3 app/views/crowdblog/authors/index.html.slim
crowdblog-0.1.2 app/views/crowdblog/authors/index.html.slim
crowdblog-0.1.1 app/views/crowdblog/authors/index.html.slim
crowdblog-0.1.0 app/views/crowdblog/authors/index.html.slim