metamaps--metamaps/app/views/shared/_metacodeBgColors.html.erb
2017-09-08 16:58:17 -04:00

10 lines
179 B
Plaintext

<style>
<% Metacode.all.each do |m| %>
<% if m.color %>
<%= ".mbg" + m.id.to_s + "{" %>
<%= "color:" + m.color + " !important;" %>
<%= "}" %>
<% end %>
<% end %>
</style>