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

16 lines
316 B
Plaintext
Raw Normal View History

2013-06-06 10:19:23 +00:00
= render layout: 'help/api_layout' do
%h3.page-title
2013-06-06 10:19:23 +00:00
%span.light API
%span
\/
= @category.titleize
2013-01-22 15:58:09 +00:00
%br
2012-07-06 00:05:12 +00:00
2013-06-06 10:19:23 +00:00
.file_holder
.file_title
%i.icon-file
= @category
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "#{@category}.md"))