mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 14:17:02 +00:00
more flavor.
This commit is contained in:
parent
572ebb5fbd
commit
0b1e7c8803
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<div class="footer">
|
||||
<div class="footer-text">
|
||||
<% if @internal %>
|
||||
<p><%= ["don't do anything i wouldn't do", "agent 47! welcome!", "i ship it :3"].sample %></p>
|
||||
<span class="internal" style="padding: 4px !important;"><%= ENV['STATIC_BUILD'] ? "i'm kind of like if shipments had a viewer" : ["don't do anything i wouldn't do", "agent 47! welcome!", "i ship it :3", "i'm kind of like if shipments had a viewer", '🎶 "shipment viewer", definition: views some hack club mailings 🎵', "to continue using, please #{%w(meow bark woof nya~ scream).sample} as loudly as you can.", 'if a package is from us does that make it a hackage?'].sample %></span>
|
||||
<% end %>
|
||||
<p>with <3 from <a target="_blank" href="https://hackclub.com/">Hack Club</a>! open-source'd @ <a target="_blank" href="https://github.com/hackclub/shipment-viewer">hackclub/shipment-viewer</a> <i class="fa-brands fa-github"></i> (<%= footer_commit %>)</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ mkdir -p build
|
|||
cp -r app/public/* build
|
||||
bundle config set --local without serve
|
||||
bundle install
|
||||
APP_ENV=development ruby app/build.rb
|
||||
APP_ENV=development STATIC_BUILD=yep ruby app/build.rb
|
||||
Loading…
Add table
Reference in a new issue