diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:11:52 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:11:52 +0000 |
commit | 08434300d872f43e427522ccf31856c327af7f47 (patch) | |
tree | da1c93a19cd18d943153deaaeea8da7503be6812 | |
parent | 86566bcd396a4405067d0ddf09f76cfb2e30715a (diff) | |
download | cheatdb-08434300d872f43e427522ccf31856c327af7f47.tar.xz |
Rename "I'm feeling lucky" to "First"
-rw-r--r-- | app/templates/base.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 4232908..db6d1f2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -49,7 +49,10 @@ {% if type %}<input type="hidden" name="type" value="{{ type }}" />{% endif %} <input class="form-control mr-sm-2" name="q" type="text" placeholder="Search {{ title | lower or 'all packages' }}" value="{{ query or ''}}"> <input class="btn btn-secondary my-2 my-sm-0 mr-sm-2" type="submit" value="Search" /> - <input class="btn btn-primary my-2 my-sm-0" type="submit" name="lucky" value="Lucky" /> + <input class="btn btn-secondary my-2 my-sm-0" + data-toggle="tooltip" data-placement="bottom" + title="Go to the first found result for this query." + type="submit" name="lucky" value="First" /> </form> <ul class="navbar-nav ml-auto"> {% if current_user.is_authenticated %} |