diff options
author | Mario Lubenka <mario.lubenka@dkd.de> | 2019-05-25 15:37:44 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-05-25 16:37:44 +0300 |
commit | 0c432d26fe20d3e50da566cf75fa483376ed8bef (patch) | |
tree | 8d2a2db5c200bbaac8aefbb19bad107dd81a9f4f /templates | |
parent | df2557835b2235b48d1ed979abb1a1d42607e96a (diff) | |
download | gitea-0c432d26fe20d3e50da566cf75fa483376ed8bef.tar.gz gitea-0c432d26fe20d3e50da566cf75fa483376ed8bef.zip |
Bugfix: Align comment label and actions to the right (#7024)
* Bugfix: Align comment label and actions to the right
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Restores relative position
* CSS autofixer
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 1288886a61..08fa1d6f52 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 right actions"> + <div class="ui actions"> {{if and .Review}} {{if eq .Review.Type 0}} <div class="item tag"> |