diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-22 02:02:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 03:02:22 +0300 |
commit | 180286da0c23126d7c7c4f428ce5ce6f366a5b9a (patch) | |
tree | a73387c628067daa678765d518d4f4ddb5deac31 /templates | |
parent | c1a2887c028703dcd8516f7e90444aae7a381d80 (diff) | |
download | gitea-180286da0c23126d7c7c4f428ce5ce6f366a5b9a.tar.gz gitea-180286da0c23126d7c7c4f428ce5ce6f366a5b9a.zip |
Fix missing styling for dropdown icon on review button (#11998)
* Fix missing styling for dropdown icon on review button
* Remove unnecessary span element
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff/new_review.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/new_review.tmpl b/templates/repo/diff/new_review.tmpl index 3c341eaf0d..c92bac4155 100644 --- a/templates/repo/diff/new_review.tmpl +++ b/templates/repo/diff/new_review.tmpl @@ -1,6 +1,6 @@ <div class="ui top right pointing dropdown custom" id="review-box"> <div class="ui tiny green button btn-review"> - <span class="text">{{.i18n.Tr "repo.diff.review"}}</span> + {{.i18n.Tr "repo.diff.review"}} <i class="dropdown icon"></i> </div> <div class="menu review-box"> |