lib/gollum/templates/latest_changes.mustache in gollum-5.1.2 vs lib/gollum/templates/latest_changes.mustache in gollum-5.2
- old
+ new
@@ -11,10 +11,10 @@
<ul class="Box flex-auto">
{{#versions}}
<li class="Box-row Box-row--hover-gray border-top d-flex flex-items-center">
<span class="float-left col-2" id="user-icons">{{>author_template}}</span>
<span class="flex-auto col-1 text-gray-light">{{date}}</span>
- <span class="flex-auto col-7">{{message}}<br/>
+ <span class="flex-auto col-5">{{message}}<br/>
{{#files}}
<span class="flex-auto col-2">{{#renamed}}{{renamed}} -> {{/renamed}}<a href="{{link}}">{{file}}</a></span><br/>
{{/files}}
</span>
<span class="pl-4 float-right">