[skip ci] Convert navbar-form and navbar-fixed-top

This commit is contained in:
Clement Ho 2018-04-10 13:13:25 -05:00
parent 737854e6c9
commit 5b0bcd2c93
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
- if @project && @project.persisted?
- project_data_attrs = { project_path: j(@project.path), name: j(@project.name), issues_path: project_issues_path(@project), mr_path: project_merge_requests_path(@project), issues_disabled: !@project.issues_enabled? }
.search.search-form{ class: "#{'has-location-badge' if label.present?}" }
= form_tag search_path, method: :get, class: 'navbar-form' do |f|
= form_tag search_path, method: :get, class: 'form-inline' do |f|
.search-input-container
- if label.present?
.location-badge= label

View File

@ -1,4 +1,4 @@
%header.navbar.navbar-fixed-top.navbar-empty
%header.navbar.fixed-top.navbar-empty
.container
.center-logo
= brand_header_logo