print logs with bodies right
1 files changed, 0 insertions(+), 6 deletions(-) M templates/repository/log.html.hbs
M templates/repository/log.html.hbs => templates/repository/log.html.hbs +0-6
@@ 12,13 12,7 @@ <a href="/{{../repo}}/log?from={{this.commit_hash}}#log-{{this.commit_hash}}" id="log-{{this.commit_hash}}"><span title="{{this.time_utc}}">{{this.time_relitive}}</span></a> </small> </div> {{#if (eq this.commit_body "")}} <pre class="commit">{{this.commit}}</pre> {{else}} <pre class="commit">{{this.commit}} {{this.commit_body}}</pre> {{/if}} </div> {{/each}} </div>