diff options
author | Zsombor <gzsombor@users.noreply.github.com> | 2017-02-05 15:43:28 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-05 22:43:28 +0800 |
commit | e388db311b63d7b1baf640f1aece74e86ffd665f (patch) | |
tree | 226d9ede379ddef6f5ccf9bc2e991a7a89511b14 /templates/repo/commits_table.tmpl | |
parent | f35b20b04212b2085d44d34933c04c4fd30d3a08 (diff) | |
download | gitea-e388db311b63d7b1baf640f1aece74e86ffd665f.tar.gz gitea-e388db311b63d7b1baf640f1aece74e86ffd665f.zip |
Add checkbox to search for all the branches by commit message (#813)
and updating the vendor directory
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 4956acd07e..3597cf71d0 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -6,6 +6,7 @@ <div class="ui tiny search input"> <input name="q" placeholder="{{.i18n.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus> </div> + <input type="checkbox" name="all" id="all" value="true" {{.All}}><label for="all">{{.i18n.Tr "repo.commits.search_all"}}</label> <button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> </form> </div> |