Skip to content
Snippets Groups Projects
Commit 4bcc3d20 authored by Jörg Bornschein's avatar Jörg Bornschein Committed by Wes Gurney
Browse files

Minor UI change in iews/public/project/index.html.haml

Placeholder in search field was wrong
parent ab478f2a
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -8,7 +8,7 @@
= form_tag public_projects_path, method: :get, class: 'form-inline' do |f|
.search-holder
.controls
= search_field_tag :search, params[:search], placeholder: "gitlab-ci", class: "span3 search-text-input", id: "projects_search"
= search_field_tag :search, params[:search], placeholder: "Filter by name", class: "span3 search-text-input", id: "projects_search"
= submit_tag 'Search', class: "btn btn-primary wide"
 
.public-projects
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment