Add missing template
This commit is contained in:
parent
cef9c51835
commit
b7bcd661b8
1 changed files with 9 additions and 0 deletions
9
views/style.erb
Normal file
9
views/style.erb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
<% settings.values.each do |v| %>
|
||||
.value-<%= v[:id] %> {
|
||||
background: <%= v[:color] %>;
|
||||
}
|
||||
<% end %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue