~/selfhut

614876c0bff71e9d325da0e371ba22800b350dd5 — Arthur Melton b61a6083 2 years ago
100% did not miss type this
1 files changed, 1 insertions(+), 1 deletions(-)

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

                        <a href="/{{repo}}/commit/{{parent.commit_hash}}">{{parent.commit_hash_short}}</a>
                    {{/if}}
                    <small class="pull-right">
                    <a href="/{{repo}}/log?from={{commit.commit_hash}}#log-{{this.commit_hash}}" id="log-{{commit.commit_hash}}"><span title="{{commit.time_utc}}">{{commit.time_relitive}}</span></a>
                    <a href="/{{repo}}/log?from={{commit.commit_hash}}#log-{{commit.commit_hash}}" id="log-{{commit.commit_hash}}"><span title="{{commit.time_utc}}">{{commit.time_relitive}}</span></a>
                    </small>
                    </div>
                    <pre class="commit">{{commit.commit}}</pre>