Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « wikis « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1cd782412520a24233bb7443d34266a20f32efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= render 'nav'
%h3.page-title
  = @wiki.title.titleize
  = render 'main_links'
%br
- if @wiki.historical?
  .warning_message
    This is an old version of this page.
    You can view the #{link_to "most recent version", project_wiki_path(@project, @wiki)} or browse the #{link_to "history", history_project_wiki_path(@project, @wiki)}.

.file-holder
  .file-content.wiki
    = preserve do
      = render_wiki_content(@wiki)

%p.time Last edited by #{commit_author_link(@wiki.version, avatar: true, size: 16)} #{time_ago_in_words @wiki.created_at} ago