~/selfhut

b2e384f9c39159ab0dfa493a47471a2d8817a625 — arthurmelton 19f9b68c 2 years ago
Merge branch 'master' of 192.168.1.89:selfhut
2 files changed, 2 insertions(+), 2 deletions(-)

M templates/layout.html.hbs
M templates/repository/commit.html.hbs
M templates/layout.html.hbs => templates/layout.html.hbs +1 -1
@@ 1,5 1,5 @@

<!doctype html>
<html>
<html lang="en">
	<head>
		<meta charset="utf8">
		<meta content="width=device-width, initial-scale=1" name="viewport">

M templates/repository/commit.html.hbs => templates/repository/commit.html.hbs +1 -1
@@ 43,7 43,7 @@

                    <div class="event diff">
                    <pre>
{{#each hunks}}
<strong class="text-info">@@ {{#if ../../parent}}<a href="/{{../../repo}}/tree/{{../../parent.commit_hash}}/{{this.end_path}}#L{{this.first}}" style="text-decoration: underline">{{/if}}{{this.first}}{{#if ../../parent}}</a>{{/if}},{{this.second}} <a href="/{{../../repo}}/tree/{{../../commit.commit_hash}}/{{this.end_path}}#L{{this.third}}" style="text-decoration: underline">{{this.third}}</a>,{{this.fourth}} @@{{this.first_line}}</strong>
<strong class="text-info">@@ {{#if ../../parent}}<a href="/{{../../repo}}/tree/{{../../parent.commit_hash}}/{{../this.end_path}}#L{{this.first}}" style="text-decoration: underline">{{/if}}{{this.first}}{{#if ../../parent}}</a>{{/if}},{{this.second}} <a href="/{{../../repo}}/tree/{{../../commit.commit_hash}}/{{../this.end_path}}#L{{this.third}}" style="text-decoration: underline">{{this.third}}</a>,{{this.fourth}} @@{{this.first_line}}</strong>
{{#each lines}}</span><span class="{{this.class}}"><a aria-hidden="true" class="lineno" href="#{{../../this.end_path}}-{{../this.hunk_n}}-{{this.line_n}}" id="{{../../this.end_path}}-{{../this.hunk_n}}-{{this.line_n}}" style="color: inherit">{{this.types}}</a>{{this.line}}</span>{{/each}}
{{/each}}
</pre>