client/users: change search syntax help link
This commit is contained in:
parent
925bfcecc5
commit
71e8e32faf
|
@ -97,3 +97,6 @@
|
|||
width: auto
|
||||
input[name=search-text]
|
||||
max-width: 15em
|
||||
.append
|
||||
font-size: 0.95em
|
||||
color: $inactive-link-color
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class='buttons'>
|
||||
<input type='submit' value='Search'/>
|
||||
<a class='append icon' href='/help/search/users'><i class='fa fa-question-circle-o'></i></a>
|
||||
<a class='append' href='/help/search/users'>Syntax help</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue