diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-12-02 18:33:25 -0600 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-03 08:33:25 +0800 |
commit | 23ef9ff516b5d5168e6c9e8f6aa6d24f93602aca (patch) | |
tree | e4aaad156e2edb45885df1cfbf8a78c5457f604e /templates/user/dashboard/issues.tmpl | |
parent | 51432ebb9c6f59c618ff34147f4b644c8bfb52f5 (diff) | |
download | gitea-23ef9ff516b5d5168e6c9e8f6aa6d24f93602aca.tar.gz gitea-23ef9ff516b5d5168e6c9e8f6aa6d24f93602aca.zip |
Remove empty lines (#9232)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'templates/user/dashboard/issues.tmpl')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index e4d09c066c..0310f5fafe 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -86,8 +86,8 @@ {{range .Issues}} {{ $timeStr:= TimeSinceUnix .CreatedUnix $.Lang }} + {{if .Repo}} <li class="item"> - {{if .Repo}} <div class="ui label">{{.Repo.FullName}}#{{.Index}}</div> <a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a> |