mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add custom CSS (#264)
This commit is contained in:
committed by
GitHub
parent
653e139a9e
commit
d7e7db9f72
@@ -25,5 +25,11 @@
|
||||
<div class="container">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
<% if @tenant and not @tenant.tenant_setting.custom_css.blank? %>
|
||||
<style type="text/css">
|
||||
<%= @tenant.tenant_setting.custom_css %>
|
||||
</style>
|
||||
<% end %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user