Commit 8da4d15f233d8f4ebacd39847172c91f3c262a3e
1 parent
cd253532
Exists in
master
and in
4 other branches
Fix ui issue for Help#api
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/views/help/_api_layout.html.haml
1 | 1 | .row |
2 | 2 | .span3 |
3 | - = link_to help_path, class: 'btn append-bottom-20 btn-small' do | |
4 | - %i.icon-angle-left | |
5 | - Back to help | |
6 | - %br | |
3 | + .append-bottom-20 | |
4 | + = link_to help_path, class: 'btn btn-small' do | |
5 | + %i.icon-angle-left | |
6 | + Back to help | |
7 | 7 | %ul.nav.nav-pills.nav-stacked |
8 | 8 | - %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file| |
9 | 9 | %li{class: file == @category ? 'active' : nil} | ... | ... |