Sha256: 366d0a0e16df7597946d1762109857f698d8d0ac496e41ae9442f8f82146ba87

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

- title :show, CouchBlog::Post
- page_links do
  = page_link :index, class: 'to-index-button'
  = page_link :edit, class: 'record-edit-button'
dl.dl-horizontal
  dt= attribute :title
  dd= @post.title
  dt= attribute :date
  dd=l @post.date
  = if_cmtool_present do
    dt= Cmtool::Keyword.model_name.human_plural
    dd= @post.keywords.map(&:name).join(', ')
  dt= attribute :body
  dd=raw @post.body

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
couch_blog-0.6.0 app/views/couch_blog/admin/posts/show.html.slim