Commit 45b69ddf48d0fb8862827719ccab210469831986
1 parent
f2a67b66
Exists in
master
add example to jumbotron template
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
template.html.tt
... | ... | @@ -32,6 +32,18 @@ |
32 | 32 | |
33 | 33 | <div class="jumbotron"> |
34 | 34 | <p class="lead">This app fetches data from softwarepublico Copr EPEL7 repositories and compares package versions. In short, a red cell means that the package version differ from the git one (<b>note that this is NOT necessarily a bad thing</b>).</p> |
35 | + <div class="row"> | |
36 | + <div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-12 col-xs-12"> | |
37 | + <table class="table table-striped"> | |
38 | + <tr> | |
39 | + <td class="success">Versions match</td> | |
40 | + </tr> | |
41 | + <tr> | |
42 | + <td class="danger">Versions do not match</td> | |
43 | + </tr> | |
44 | + </table> | |
45 | + </div> | |
46 | + </div> | |
35 | 47 | </div> |
36 | 48 | |
37 | 49 | <div class="row"> | ... | ... |