Commit 8a2052c0ed5e150ba57396911bd650879250db55
1 parent
a843ee7e
Exists in
spb-stable
and in
3 other branches
Smaller select for ref switcher
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
9 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/generic/selects.scss
app/views/shared/_ref_switcher.html.haml
1 | 1 | = form_tag switch_project_refs_path(@project), method: :get, class: "project-refs-form" do |
2 | - = select_tag "ref", grouped_options_refs, class: "project-refs-select chosen" | |
2 | + = select_tag "ref", grouped_options_refs, class: "project-refs-select chosen chosen-sm" | |
3 | 3 | = hidden_field_tag :destination, destination |
4 | 4 | - if defined?(path) |
5 | 5 | = hidden_field_tag :path, path | ... | ... |