This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mastodon
Watch
1
Star
0
Fork
0
You've already forked mastodon
mirror of
https://github.com/mastodon/mastodon.git
synced
2025-01-11 04:27:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mastodon
/
app
/
views
/
custom_css
/
show.css.erb
5 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Spec coverage for custom css endpoint (#28706)
2024-01-12 04:19:25 -05:00
<%- if custom_css_styles.present? %>
<%= raw custom_css_styles %>
Add customizable user roles (#18641) * Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2022-07-05 02:41:40 +02:00
<%- end %>
Reference in New Issue
Copy Permalink