Add title to followup plugin
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<% if (plugins.followup) { %>
|
||||
<div class="row">
|
||||
|
||||
<div class="column">
|
||||
<h2 class="field">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M6 2a.75.75 0 01.696.471L10 10.731l1.304-3.26A.75.75 0 0112 7h3.25a.75.75 0 010 1.5h-2.742l-1.812 4.528a.75.75 0 01-1.392 0L6 4.77 4.696 8.03A.75.75 0 014 8.5H.75a.75.75 0 010-1.5h2.742l1.812-4.529A.75.75 0 016 2z"></path></svg>
|
||||
Overall repositories issues and pull requests status
|
||||
</h2>
|
||||
<div class="row fill-width">
|
||||
<section class="column">
|
||||
<h3>Issues</h3>
|
||||
<h3 class="no-margin-top">Issues</h3>
|
||||
<% if (plugins.followup.error) { %>
|
||||
<section>
|
||||
<div class="field error">
|
||||
@@ -33,7 +37,7 @@
|
||||
</section>
|
||||
|
||||
<section class="column">
|
||||
<h3>Pull requests</h3>
|
||||
<h3 class="no-margin-top">Pull requests</h3>
|
||||
<% if (plugins.followup.error) { %>
|
||||
<section>
|
||||
<div class="field error">
|
||||
@@ -62,6 +66,6 @@
|
||||
</div>
|
||||
<% } %>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
@@ -82,6 +82,9 @@
|
||||
.margin-bottom {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.no-margin-top {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/* User avatar */
|
||||
.avatar {
|
||||
|
||||
Reference in New Issue
Block a user