diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-05-27 00:55:53 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-05-26 12:55:53 -0400 |
commit | f3d87da3e24606b770c84d95afeb0789f37a89bd (patch) | |
tree | 2deac9ff3bf1fd833d49fb877c25be4db25a9766 /templates | |
parent | c2f3938a58aaff18b51224f05a0808d70e111d81 (diff) | |
download | gitea-f3d87da3e24606b770c84d95afeb0789f37a89bd.tar.gz gitea-f3d87da3e24606b770c84d95afeb0789f37a89bd.zip |
Revert "Bugfix: Align comment label and actions to the right (#7024)" (#7055)
This reverts commit 0c432d26fe20d3e50da566cf75fa483376ed8bef.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/comments.tmpl b/templates/repo/diff/comments.tmpl index 08fa1d6f52..1288886a61 100644 --- a/templates/repo/diff/comments.tmpl +++ b/templates/repo/diff/comments.tmpl @@ -8,7 +8,7 @@ <div class="content"> <div class="ui top attached header"> <span class="text grey"><a {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>{{.Poster.GetDisplayName}}</a> {{$.root.i18n.Tr "repo.issues.commented_at" .HashTag $createdStr | Safe}}</span> - <div class="ui actions"> + <div class="ui right actions"> {{if and .Review}} {{if eq .Review.Type 0}} <div class="item tag"> |