gitlab-org--gitlab-foss/app/views/help/api.html.haml

15 lines
310 B
Text
Raw Normal View History

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