Add title to followup plugin

This commit is contained in:
lowlighter
2021-04-01 13:37:48 +02:00
parent ca0a08196d
commit e4c560be5b
2 changed files with 69 additions and 62 deletions

View File

@@ -1,8 +1,12 @@
<% if (plugins.followup) { %> <% 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"> <section class="column">
<h3>Issues</h3> <h3 class="no-margin-top">Issues</h3>
<% if (plugins.followup.error) { %> <% if (plugins.followup.error) { %>
<section> <section>
<div class="field error"> <div class="field error">
@@ -33,7 +37,7 @@
</section> </section>
<section class="column"> <section class="column">
<h3>Pull requests</h3> <h3 class="no-margin-top">Pull requests</h3>
<% if (plugins.followup.error) { %> <% if (plugins.followup.error) { %>
<section> <section>
<div class="field error"> <div class="field error">
@@ -62,6 +66,6 @@
</div> </div>
<% } %> <% } %>
</section> </section>
</div>
</div> </div>
<% } %> <% } %>

View File

@@ -82,6 +82,9 @@
.margin-bottom { .margin-bottom {
margin-bottom: 16px; margin-bottom: 16px;
} }
.no-margin-top {
margin-top: 0px;
}
/* User avatar */ /* User avatar */
.avatar { .avatar {