diff --git a/templates/repo/issue/sidebar/development.tmpl b/templates/repo/issue/sidebar/development.tmpl
index 7f9ba6ed63..fc18cf05fd 100644
--- a/templates/repo/issue/sidebar/development.tmpl
+++ b/templates/repo/issue/sidebar/development.tmpl
@@ -1,26 +1,28 @@
{{if not .Issue.IsPull}}
-
{{if not .Issue.IsClosed}}
-
+
{{end}}
{{range .DevLinks}}
{{if .PullRequest}}
-
{{template "shared/issueicon" .PullRequest.Issue}}
-
- {{.PullRequest.Issue.Title}}
-
-
+
{{ctx.Locale.Tr "repo.issues.link.created" (DateUtils.AbsoluteShort .PullRequest.Issue.CreatedUnix)}}
{{if .PullRequest.HasMerged}}
{{ctx.Locale.Tr "repo.issues.pr.completed"}}
-
- {{svg "octicon-git-commit" 14}}
{{.PullRequest.MergedCommitID | ShortSha}}
+
{{ctx.Locale.Tr "repo.issues.link.created" (DateUtils.AbsoluteShort .PullRequest.MergedUnix)}}
@@ -29,14 +31,14 @@
{{end}}
{{else if and .Branch .DisplayBranch}}
-
-
+
+
-
-{{end}}
\ No newline at end of file
+{{end}}