Sha256: 8ae33b5d5861bf4a4203580a80017dc3eebd80a2650822d81a3bf214e45fb883

Contents?: true

Size: 330 Bytes

Versions: 24

Compression:

Stored size: 330 Bytes

Contents

.page{id: "page_#{@page.id}", data: {page_id: @page.id}}
  = render 'breadcrumb'
  .row
    .col-md-1
      = render 'page_header'
    .col-md-11
      = render 'display'
      = render 'subtree'
      = render 'attachments'

  :coffeescript
    $ ->
      page_view = new Tawork.Views.PageView el: $("#page_#{@page.id}").get(0)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tawork-0.0.24 app/views/wiki/pages/show.html.haml
tawork-0.0.23 app/views/wiki/pages/show.html.haml
tawork-0.0.22 app/views/wiki/pages/show.html.haml
tawork-0.0.21 app/views/wiki/pages/show.html.haml
tawork-0.0.20 app/views/wiki/pages/show.html.haml
tawork-0.0.19 app/views/wiki/pages/show.html.haml
tawork-0.0.18 app/views/wiki/pages/show.html.haml
tawork-0.0.17 app/views/wiki/pages/show.html.haml
tawork-0.0.16 app/views/wiki/pages/show.html.haml
tawork-0.0.15 app/views/wiki/pages/show.html.haml
tawork-0.0.14 app/views/wiki/pages/show.html.haml
tawork-0.0.13 app/views/wiki/pages/show.html.haml
tawork-0.0.12 app/views/wiki/pages/show.html.haml
tawork-0.0.11 app/views/wiki/pages/show.html.haml
tawork-0.0.10 app/views/wiki/pages/show.html.haml
tawork-0.0.9 app/views/wiki/pages/show.html.haml
tawork-0.0.8 app/views/wiki/pages/show.html.haml
tawork-0.0.7 app/views/wiki/pages/show.html.haml
tawork-0.0.6 app/views/wiki/pages/show.html.haml
tawork-0.0.5 app/views/wiki/pages/show.html.haml