gitlab-org--gitlab-foss/app/views/help/api.html.haml
2013-07-27 19:34:37 +03:00

14 lines
310 B
Text

= render layout: 'help/api_layout' do
%h3.page-title
%span.light API
%span
\/
= @category.titleize
.file-holder
.file-title
%i.icon-file
= @category
.file-content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "#{@category}.md"))