eBooru/app/views/static/subscribestar.html.erb
Cinder 8628351bc5 [UI] Minor fixes to the navbar (#867)
* Fix the incorrect layered icons in the nav menu on low-resolution screens
* Move the wiki and help buttons higher up in the menu
* Prevent the buttons in the mobile menu from breaking into a new line
* Prevent the secondary nav buttons from expanding the menu vertically
* Fix the navbar height to avoid having it shift around
* Rework the mobile menu offsets
* Add back the forum update notification
2025-01-30 20:59:13 -06:00

13 lines
226 B
Plaintext

<div id="c-static">
<div id="a-subscribestar">
<div class="dtext-container">
<%= format_text(@page.body, allow_color: true) %>
</div>
</div>
</div>
<% content_for(:page_title) do %>
SubscribeStar
<% end %>