Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
simaob committed Nov 21, 2016
2 parents d6fc2ce + 9529212 commit 86469a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/analyses/_country.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<%= select_tag :country,
options_from_collection_for_select(@geo_locations, :country, :country),
include_blank: 'Select country',
class: '-js-required, -theme-1', 'data-placeholder': 'Select country'
class: '-js-required -theme-1', 'data-placeholder': 'Select country'
%>
</span>
<span id="region-field" class="c-field -medium -hidden">
<%= f.select :geo_location_id, [], {}, class: '-js-required, -theme-1' %>
<%= f.select :geo_location_id, [], {}, class: '-js-required -theme-1' %>
</span>
</div>

Expand Down

0 comments on commit 86469a5

Please sign in to comment.