Skip to content

Commit

Permalink
fixed two column display
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Nov 6, 2015
1 parent c8a435e commit 1684fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/views/material_types/_template.html.erb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<% define_template("material_type", jsonmodel_definition(:material_types)) do |form| %>
<div class="subrecord-form-fields">
<div class="row-fluid">
<div class="span6">
<div class="row">
<div class="col-md-6">
<%= form.label_and_boolean "books", {:plugin => true}, user_prefs["material_type_books"] %>
<%= form.label_and_boolean "games", {:plugin => true}, user_prefs["material_type_games"] %>
<%= form.label_and_boolean "maps", {:plugin => true}, user_prefs["material_type_maps"] %>
<%= form.label_and_boolean "microforms", {:plugin => true}, user_prefs["material_type_microforms"] %>
<%= form.label_and_boolean "realia", {:plugin => true}, user_prefs["material_type_realia"] %>
<%= form.label_and_boolean "serials", {:plugin => true}, user_prefs["material_type_serials"] %>
</div>
<div class="span6">
<div class="col-md-6">
<%= form.label_and_boolean "audiovisual_materials", {:plugin => true}, user_prefs["material_type_audiovisual_materials"] %>
<%= form.label_and_boolean "electronic_documents", {:plugin => true}, user_prefs["material_type_electronic_documents"] %>
<%= form.label_and_boolean "manuscripts", {:plugin => true}, user_prefs["material_type_manuscripts"] %>
Expand Down

0 comments on commit 1684fb7

Please sign in to comment.