%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'