b2c70230b3
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
23 lines
998 B
Text
23 lines
998 B
Text
%aside.right-sidebar.right-sidebar-expanded.wiki-sidebar.js-wiki-sidebar.js-right-sidebar{ data: { "offset-top" => "50", "spy" => "affix" } }
|
|
.sidebar-container
|
|
.block.wiki-sidebar-header.append-bottom-default
|
|
%a.gutter-toggle.float-right.d-block.d-sm-block.d-md-none.js-sidebar-wiki-toggle{ href: "#" }
|
|
= icon('angle-double-right')
|
|
|
|
- git_access_url = project_wikis_git_access_path(@project)
|
|
= link_to git_access_url, class: active_nav_link?(path: 'wikis#git_access') ? 'active' : '' do
|
|
= icon('cloud-download', class: 'append-right-5')
|
|
%span= _("Clone repository")
|
|
|
|
.blocks-container
|
|
.block.block-first
|
|
- if @sidebar_page
|
|
= render_wiki_content(@sidebar_page)
|
|
- else
|
|
%ul.wiki-pages
|
|
= render @sidebar_wiki_entries, context: 'sidebar'
|
|
.block
|
|
= link_to project_wikis_pages_path(@project), class: 'btn btn-block' do
|
|
= s_("Wiki|More Pages")
|
|
|
|
= render 'projects/wikis/new'
|