Sha256: fb4a55fd8846d9a33f67414383b651295120c0db09a506a4545800b5d9a363a4

Contents?: true

Size: 775 Bytes

Versions: 13

Compression:

Stored size: 775 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

13 entries across 13 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/admin/appearances/show.html.erb