BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b1757c20
Commit
b1757c20
authored
Feb 04, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change placeholder text to just 'search'
parent
c5ed929d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
application_helper.rb
app/helpers/application_helper.rb
+0
-12
_search.html.haml
app/views/layouts/_search.html.haml
+1
-1
No files found.
app/helpers/application_helper.rb
View file @
b1757c20
...
...
@@ -169,18 +169,6 @@ module ApplicationHelper
Gitlab
.
config
.
extra
end
def
search_placeholder
if
@project
&&
@project
.
persisted?
'Search'
elsif
@snippet
||
@snippets
||
@show_snippets
'Search snippets'
elsif
@group
&&
@group
.
persisted?
'Search in this group'
else
'Search'
end
end
# Render a `time` element with Javascript-based relative date and tooltip
#
# time - Time object
...
...
app/views/layouts/_search.html.haml
View file @
b1757c20
.search
=
form_tag
search_path
,
method: :get
,
class:
'navbar-form pull-left'
do
|
f
|
=
search_field_tag
"search"
,
nil
,
placeholder:
search_placeholder
,
class:
"search-input form-control"
,
spellcheck:
false
=
search_field_tag
"search"
,
nil
,
placeholder:
'search'
,
class:
"search-input form-control"
,
spellcheck:
false
=
hidden_field_tag
:group_id
,
@group
.
try
(
:id
)
-
if
@project
&&
@project
.
persisted?
=
hidden_field_tag
:project_id
,
@project
.
id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment