2016-07-27 20:27:28 +02:00
|
|
|
<div class="container">
|
|
|
|
<header class="section">
|
|
|
|
<%= render '/partials/_navbar.*' %>
|
|
|
|
</header>
|
|
|
|
<main class="section">
|
|
|
|
<%= yield %>
|
|
|
|
</main>
|
2016-07-23 21:17:24 +02:00
|
|
|
</div>
|
2016-07-27 20:27:28 +02:00
|
|
|
<footer class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<div class="content has-text-centered">
|
|
|
|
<p>
|
2016-08-04 19:17:45 +02:00
|
|
|
Made with <%= fa :heart, inline: true %> by Zeus WPI
|
2016-07-27 20:27:28 +02:00
|
|
|
</p>
|
2016-08-27 19:07:03 +02:00
|
|
|
<p>
|
|
|
|
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
|
|
|
|
<span class="hidden-xs"> View on GitHub </span>
|
|
|
|
<%= fa :github %>
|
|
|
|
</a>
|
|
|
|
</p>
|
2016-07-27 20:27:28 +02:00
|
|
|
</div>
|
2016-08-27 19:07:03 +02:00
|
|
|
<!-- Place this tag where you want the button to render. -->
|
2016-07-27 20:27:28 +02:00
|
|
|
</div>
|
|
|
|
</footer>
|