render merge request tabs regardless of commit history
This commit is contained in:
parent
b23fd4e9ea
commit
a5fb9581cd
1 changed files with 46 additions and 47 deletions
|
@ -50,7 +50,6 @@
|
||||||
.content-block.content-block-small
|
.content-block.content-block-small
|
||||||
= render 'award_emoji/awards_block', awardable: @merge_request, inline: true
|
= render 'award_emoji/awards_block', awardable: @merge_request, inline: true
|
||||||
|
|
||||||
- if @commits_count.nonzero?
|
|
||||||
.merge-request-tabs-holder{ class: ("js-tabs-affix" unless ENV['RAILS_ENV'] == 'test') }
|
.merge-request-tabs-holder{ class: ("js-tabs-affix" unless ENV['RAILS_ENV'] == 'test') }
|
||||||
%div{ class: container_class }
|
%div{ class: container_class }
|
||||||
%ul.merge-request-tabs.nav-links.no-top.no-bottom
|
%ul.merge-request-tabs.nav-links.no-top.no-bottom
|
||||||
|
|
Loading…
Reference in a new issue