Sha256: a66833ac10a9183aafe4c40ed7a39b3efdc2666bd15a466108633555167259f9

Contents?: true

Size: 790 Bytes

Versions: 42

Compression:

Stored size: 790 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-paint-brush" aria-hidden="true"></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

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.5.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.4.2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.4.1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.4.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.3.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.2.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.6 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.1.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.5 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.0.2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.0.1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.0.0 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.4 app/views/hyrax/admin/appearances/show.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.3 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.2 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.1 app/views/hyrax/admin/appearances/show.html.erb
hyrax-2.9.0 app/views/hyrax/admin/appearances/show.html.erb