Skip to content

Commit

Permalink
add info footer containing link to the GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xjusko committed Oct 11, 2024
1 parent d97ee64 commit d2660b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/main/resources/templates/FrontendResource/footer.qute.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<section class="pf-v5-c-page__main-section pf-m-no-fill pf-m-sticky-bottom" style="display: flex; justify-content: center;">
<div class="pf-v5-c-helper-text">
<div class="pf-v5-c-helper-text__item pf-m-indeterminate">
<span class="pf-v5-c-helper-text__item-text">
Report any issues or share suggestions using our
<a href="https://github.com/jboss-set/build-trigger/issues" target="_blank" rel="noopener noreferrer">
GitHub Repository
</a>
</span>
</div>
</div>
</section>
3 changes: 2 additions & 1 deletion src/main/resources/templates/FrontendResource/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="pf-v5-c-page">
{#include FrontendResource/header /}
<main class="pf-v5-c-page__main" tabindex="-1">
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-align-center">
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-align-center pf-m-fill">
<div class="pf-v5-c-page__main-body">
<form id="buildForm" class="pf-v5-c-form">
<div class="pf-v5-c-form__group" id="form-fields"><!-- Generated Form Fields --></div>
Expand All @@ -33,6 +33,7 @@
</form>
</div>
</section>
{#include FrontendResource/footer /}
</main>
</div>

Expand Down

0 comments on commit d2660b7

Please sign in to comment.