Sha256: a79ab6734c903130dff53f3f358cdafa290a3875535d556df108ee2422f9ab20

Contents?: true

Size: 304 Bytes

Versions: 31

Compression:

Stored size: 304 Bytes

Contents

= render 'breadcrumb', link_last: true, page: Page.find(params[:parent_id])

.navbar.navbar-default
  .collapse.navbar-collapse
    %ul.nav.navbar-nav
      %li
        %a.save{href: "#", data: {type: "POST", url: wiki_pages_path}} Save

= render 'display'

:coffeescript
  $ ->
    window.enable_edit()

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tawork-0.0.11 app/views/wiki/pages/new.html.haml
tawork-0.0.10 app/views/wiki/pages/new.html.haml
tawork-0.0.9 app/views/wiki/pages/new.html.haml
tawork-0.0.8 app/views/wiki/pages/new.html.haml
tawork-0.0.7 app/views/wiki/pages/new.html.haml
tawork-0.0.6 app/views/wiki/pages/new.html.haml
tawork-0.0.5 app/views/wiki/pages/new.html.haml
tawork-0.0.4 app/views/wiki/pages/new.html.haml
tawork-0.0.3 app/views/wiki/pages/new.html.haml
tawork-0.0.2 app/views/wiki/pages/new.html.haml
tawork-0.0.1 app/views/wiki/pages/new.html.haml