|
148 | 148 | </span> |
149 | 149 | {{if eq .RefAction 3}}</del>{{end}} |
150 | 150 |
|
151 | | - <div class="detail"> |
| 151 | + <div class="detail flex-text-block"> |
152 | 152 | <span class="text grey muted-links"><a href="{{.RefIssueLink ctx}}"><b>{{.RefIssueTitle ctx}}</b> {{.RefIssueIdent ctx}}</a></span> |
153 | 153 | </div> |
154 | 154 | </div> |
|
160 | 160 | {{template "shared/user/authorlink" .Poster}} |
161 | 161 | {{ctx.Locale.Tr "repo.issues.commit_ref_at" .EventTag $createdStr}} |
162 | 162 | </span> |
163 | | - <div class="detail"> |
| 163 | + <div class="detail flex-text-block"> |
164 | 164 | {{svg "octicon-git-commit"}} |
165 | 165 | <span class="text grey muted-links">{{.Content | SanitizeHTML}}</span> |
166 | 166 | </div> |
|
252 | 252 | {{ctx.Locale.Tr "repo.issues.stop_tracking_history" $createdStr}} |
253 | 253 | </span> |
254 | 254 | {{template "repo/issue/view_content/comments_delete_time" dict "ctxData" $ "comment" .}} |
255 | | - <div class="detail"> |
| 255 | + <div class="detail flex-text-block"> |
256 | 256 | {{svg "octicon-clock"}} |
257 | 257 | {{if .RenderedContent}} |
258 | 258 | {{/* compatibility with time comments made before v1.21 */}} |
|
271 | 271 | {{ctx.Locale.Tr "repo.issues.add_time_history" $createdStr}} |
272 | 272 | </span> |
273 | 273 | {{template "repo/issue/view_content/comments_delete_time" dict "ctxData" $ "comment" .}} |
274 | | - <div class="detail"> |
| 274 | + <div class="detail flex-text-block"> |
275 | 275 | {{svg "octicon-clock"}} |
276 | 276 | {{if .RenderedContent}} |
277 | 277 | {{/* compatibility with time comments made before v1.21 */}} |
|
331 | 331 | {{ctx.Locale.Tr "repo.issues.dependency.added_dependency" $createdStr}} |
332 | 332 | </span> |
333 | 333 | {{if .DependentIssue}} |
334 | | - <div class="detail"> |
| 334 | + <div class="detail flex-text-block"> |
335 | 335 | {{svg "octicon-plus"}} |
336 | 336 | <span class="text grey muted-links"> |
337 | 337 | <a href="{{.DependentIssue.Link}}"> |
|
354 | 354 | {{ctx.Locale.Tr "repo.issues.dependency.removed_dependency" $createdStr}} |
355 | 355 | </span> |
356 | 356 | {{if .DependentIssue}} |
357 | | - <div class="detail"> |
358 | | - <span class="text grey muted-links">{{svg "octicon-trash"}}</span> |
| 357 | + <div class="detail flex-text-block"> |
| 358 | + {{svg "octicon-trash"}} |
359 | 359 | <span class="text grey muted-links"> |
360 | 360 | <a href="{{.DependentIssue.Link}}"> |
361 | 361 | {{if eq .DependentIssue.RepoID .Issue.RepoID}} |
|
506 | 506 |
|
507 | 507 | {{ctx.Locale.Tr "repo.issues.del_time_history" $createdStr}} |
508 | 508 | </span> |
509 | | - <div class="detail"> |
| 509 | + <div class="detail flex-text-block"> |
510 | 510 | {{svg "octicon-clock"}} |
511 | 511 | {{if .RenderedContent}} |
512 | 512 | {{/* compatibility with time comments made before v1.21 */}} |
|
0 commit comments