We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a351b22 commit bc1f211Copy full SHA for bc1f211
templates/repo/graph/commits.tmpl
@@ -1,9 +1,9 @@
1
<div id="rev-container">
2
<ul id="rev-list">
3
{{ range $commitI, $commit := .Graph.Commits }}
4
- <li id="commit-{{$commit.Rev}}" data-flow="{{$commit.Flow}}">
+ <li {{if $commit.Rev}}id="commit-{{$commit.Rev}}"{{end}} data-flow="{{$commit.Flow}}">
5
{{ if $commit.OnlyRelation }}
6
- <span />
+ <span></span>
7
{{ else }}
8
<span class="sha" id="{{$commit.ShortRev}}">
9
{{$class := "ui sha label"}}
web_src/less/features/gitgraph.less
@@ -1,6 +1,4 @@
#git-graph-container {
- float: left;
- display: block;
overflow-x: scroll;
width: 100%;
min-height: 350px;
0 commit comments