mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
Adds color to event types
This commit is contained in:
parent
e34a972b74
commit
bf4758a54a
5 changed files with 15 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<%= f.input :length, :input_html => {:size => 3} %>
|
||||
<%= f.input :minimum_abstract_length, :input_html => {:size => 3} %>
|
||||
<%= f.input :maximum_abstract_length, :input_html => {:size => 3} %>
|
||||
<%= f.input :color, :input_html => { :size => 6, :type => 'color' } %>
|
||||
<%= remove_association_link :event_type, f %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue