Sha256: 03f7fc652904ab51795da6f088eed4fecdc53330712a7c2f064142c54d48042a
Contents?: true
Size: 771 Bytes
Versions: 7
Compression:
Stored size: 771 Bytes
Contents
<% provide :page_header do %> <h1><span class="fa fa-paint-brush"></span> <%= t('.header') %></h1> <% end %> <div class="panel panel-default"> <div class="panel-body"> <%= simple_form_for @form, url: admin_appearance_path do |f| %> <%= f.input :header_background_color, required: false, input_html: { type: 'color' } %> <%= f.input :header_text_color, required: false, input_html: { type: 'color' } %> <%= f.input :link_color, required: false, input_html: { type: 'color' } %> <%= f.input :footer_link_color, required: false, input_html: { type: 'color' } %> <%= f.input :primary_button_background_color, required: false, input_html: { type: 'color' } %> <%= f.submit class: 'btn btn-primary' %> <% end %> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems