Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/users/_form.html.erb
</div>
<% if show_location_tab? %>
<div class="tab-pane" id="locations">
<%= f.select :locations_andor, [[_("must be"), "and"], [_("plus all"), "or"]], {}, :class => "input-small" %>
<%= f.select :locations_andor, [[_("must be"), "and"], [_("plus all"), "or"]], {}, :class => "input-sm" %>
<%= multiple_checkboxes f, :locations, @user, Location %>
</div>
<% end %>
<% if show_organization_tab? %>
<div class="tab-pane" id="organizations">
<%= f.select :organizations_andor, [[_("must be"), "and"], [_("plus all"), "or"]], {}, :class => "input-small" %>
<%= f.select :organizations_andor, [[_("must be"), "and"], [_("plus all"), "or"]], {}, :class => "input-sm" %>
<%= multiple_checkboxes f, :organizations, @user, Organization %>
</div>
<% end %>

Also available in: Unified diff