Skip to content
Extraits de code Groupes Projets
Valider 2df00ed9 rédigé par Daniel Grippi's avatar Daniel Grippi
Parcourir les fichiers

Merge pull request #1963 from alda519/search_hashtag_underline

removes underline in tag search form on getting started page
parents 20221879 2d47658b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -128,7 +128,7 @@
= t('.hashtag_explanation')
.span-5.append-1
= form_tag(tags_path, :method => 'get', :class => "tag search_form") do
= form_tag(tags_path, :method => 'get', :class => "tag_input search_form") do
= text_field_tag 'q', nil, :placeholder => t(".search_for_hashtags"), :type => 'search', :results => 5
.span-5.last
%h4{:style => "margin-top:7px;"}
......
......@@ -3,6 +3,6 @@ Diaspora.Pages.UsersGettingStarted = function() {
this.subscribe("page/ready", function(evt, body) {
self.peopleSearch = self.instantiate("Search", body.find("form.people.search_form"));
self.tagSearch = self.instantiate("Search", body.find("form.tag.search_form"));
self.tagSearch = self.instantiate("Search", body.find("form.tag_input.search_form"));
});
};
\ No newline at end of file
};
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter