Sha256: 90b32a8a3fa87e6d5a5f49a2361ee37165c0bc2cfc82bf072b152fd728a1e8b2

Contents?: true

Size: 430 Bytes

Versions: 11

Compression:

Stored size: 430 Bytes

Contents

%section.welcome
  %h1= t('.welcome_title')
  %h2= t('.welcome_text')

  - if Documentation.config.developer_tips
    .override
      %p= t('.developer_tip').html_safe
      
  %p.new
    - if authorizer.can_add_page?(nil)
      = link_to t('.create_root_page'), new_page_path, :class => 'button new'
    - if authorizer.can_reposition_page?(nil)
      = link_to t('.reorder_root_pages'), page_positioning_path, :class => 'button'

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
documentation-1.0.9 app/views/documentation/pages/index.html.haml
documentation-1.0.8 app/views/documentation/pages/index.html.haml
documentation-1.0.7 app/views/documentation/pages/index.html.haml
documentation-1.0.6 app/views/documentation/pages/index.html.haml
local_documentation-1.0.0 app/views/documentation/pages/index.html.haml
documentation-1.0.5 app/views/documentation/pages/index.html.haml
documentation-1.0.4 app/views/documentation/pages/index.html.haml
documentation-1.0.3 app/views/documentation/pages/index.html.haml
documentation-1.0.2 app/views/documentation/pages/index.html.haml
documentation-1.0.1 app/views/documentation/pages/index.html.haml
documentation-1.0.0 app/views/documentation/pages/index.html.haml