diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/diff/page.tmpl | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 473ef8c4..00996c5b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.96.1105 +0.11.96.1107 diff --git a/templates/repo/diff/page.tmpl b/templates/repo/diff/page.tmpl index 6cddae6e..53a2c4eb 100644 --- a/templates/repo/diff/page.tmpl +++ b/templates/repo/diff/page.tmpl @@ -9,7 +9,9 @@ <a class="ui floated right blue tiny button" href="{{EscapePound .SourcePath}}"> {{.i18n.Tr "repo.diff.browse_source"}} </a> - {{RenderCommitMessage true .Commit.Message $.RepoLink $.Repository.ComposeMetas | Str2HTML}} + <div class="commit-message"> + {{RenderCommitMessage true .Commit.Message $.RepoLink $.Repository.ComposeMetas | Str2HTML}} + </div> </div> <div class="ui attached info segment"> {{if .Author}} |