Merge branch '29964-sidebar-js' into 'master'
Add sidebar class to build & wiki pages Closes #29964 See merge request !10196
This commit is contained in:
commit
7ac4127e4c
2 changed files with 6 additions and 0 deletions
|
@ -137,3 +137,6 @@
|
|||
= build.id
|
||||
- if build.retried?
|
||||
%i.fa.fa-refresh.has-tooltip{ data: { container: 'body', placement: 'bottom' }, title: 'Job was retried' }
|
||||
|
||||
:javascript
|
||||
new Sidebar();
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
More Pages
|
||||
|
||||
= render 'projects/wikis/new'
|
||||
|
||||
:javascript
|
||||
new Sidebar();
|
||||
|
|
Loading…
Reference in a new issue