blob: 9453ba02ee11ec12709fca40d35e54801862207f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<section classs="row commit-content" style="padding-top:25px">
<div class="col-sm-10 col-sm-offset-1">
<div>
<div>
<h2> <i>Results status</i></h2>
</div>
</div>
<br>
{% if error %}
<h1> error occurred *error message hereh </h1>
{% else %}
<div>
<h3>Commit Sha: <span class="lead">
<mark style="font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;"><b><i>commit hash</i></b></mark>
</span></h3>
<br/>
<div class="lead"> <h3>Commit Message:
<mark style="font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;"><b><i>commit message</i></b></mark>
</h3>
</div>
</div>
{% endif %}
<br>
</div>
</section>
|