File tree 2 files changed +13
-13
lines changed 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
<html >
3
3
<head >
4
4
<meta charset =" UTF-8" >
5
- <title >{% block title %}Welcome! {% endblock %}</title >
6
- {% block stylesheets %}{% endblock %}
5
+ <title >{% block title %}Carsonbot {% endblock %}</title >
6
+ < link rel = " stylesheet " href = " https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css " integrity = " sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2 " crossorigin = " anonymous " >
7
7
</head >
8
8
<body >
9
9
{% block body %}{% endblock %}
Original file line number Diff line number Diff line change 1
1
{% extends ' base.html.twig' %}
2
2
3
3
{% block body %}
4
- <div class =" container" >
5
- <div class =" row" >
6
- <div class =" col-xs-6 col-xs-offset-3 " >
7
- <div class =" text-center page-header" >
8
- <div >
9
- <img src =" https://pbs.twimg.com/media/B6dVMHzCYAASEhm.jpg" />
4
+ <main role = " main " class =" container mt-5 " >
5
+ <div class =" row justify-content-center " >
6
+ <div class =" col-12 col-md-8 col-xl-7 " >
7
+ <div class =" page-header" >
8
+ <div class = " my-4 " >
9
+ <img style = " width: 100% " src =" https://pbs.twimg.com/media/B6dVMHzCYAASEhm.jpg" />
10
10
</div >
11
11
12
- <h1 >Carson: The Issue Butler</h1 >
12
+ <h1 class = " mt-5 text-center " >Carson: The Issue Butler</h1 >
13
13
14
- <table class =" table" >
14
+ <table class =" table mt-3 " >
15
15
<thead >
16
16
<tr >
17
17
<th >Repository</th >
23
23
<tr >
24
24
<td >{{ repository .vendor }}/{{ repository .name }}</td >
25
25
<td >
26
- <a href =" {{ repository .needsReviewUrl }}" class =" btn btn-xs btn-default " >Needs Review Issues</a >
26
+ <a href =" {{ repository .needsReviewUrl }}" class =" btn btn-sm btn-link " >Needs Review Issues</a >
27
27
</td >
28
28
</tr >
29
29
{% endfor %}
30
30
</tbody >
31
31
</table >
32
32
</div >
33
- <footer style = " margin: 20px; text-align: center; " >Deployed proudly on <a href =" https://symfony.com/cloud/" >SymfonyCloud</a ></footer >
33
+ <footer class = " mt-5 text-center" >Deployed proudly on <a href =" https://symfony.com/cloud/" >SymfonyCloud</a ></footer >
34
34
</div >
35
35
</div >
36
- </div >
36
+ </main >
37
37
{% endblock %}
You can’t perform that action at this time.
0 commit comments