File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22<html >
33 <head >
44 <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/bootstrap@4.5.3/dist/css/bootstrap.min.css " integrity = " sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2 " crossorigin = " anonymous " >
77 </head >
88 <body >
99 {% block body %}{% endblock %}
Original file line number Diff line number Diff line change 11{% extends ' base.html.twig' %}
22
33{% 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" />
1010 </div >
1111
12- <h1 >Carson: The Issue Butler</h1 >
12+ <h1 class = " mt-5 text-center " >Carson: The Issue Butler</h1 >
1313
14- <table class =" table" >
14+ <table class =" table mt-3 " >
1515 <thead >
1616 <tr >
1717 <th >Repository</th >
2323 <tr >
2424 <td >{{ repository .vendor }}/{{ repository .name }}</td >
2525 <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 >
2727 </td >
2828 </tr >
2929 {% endfor %}
3030 </tbody >
3131 </table >
3232 </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 >
3434 </div >
3535 </div >
36- </div >
36+ </main >
3737{% endblock %}
You can’t perform that action at this time.
0 commit comments