Sha256: c9050e9ddc5f71e54df3a69a27e01781feb361d59b77c09b48af9c5902582308

Contents?: true

Size: 1.5 KB

Versions: 58

Compression:

Stored size: 1.5 KB

Contents

= render 'breadcrumb_workers'

%h1 Ремонтные бригады <span class="dotted" id="location">#{in_location(@country, @city)}</span>

%p
  Ремонтные бригады, мастера по ремонту #{in_location(@country, @city)}. Выберите специализацию:

=render 'locations/popup_city', from: 'workers'

%form.form-inline#form_category
  .form-group
    %label(for="category")
      Специализация:
    = select_tag "category", options_from_collection_for_select(@categories_top, "slug", "title", (@category_parent ? @category_parent.slug : nil)), class: 'form-control input-sm', :prompt=>'-- Все специализации --'


- if @subcategories
  #filter-subcats.block-light
    .col-md-24
      %ul.cats
        %li{class: (@category_parent.id==@category.id ? 'cat-sm active' : 'cat-sm')}
          =link_to 'Все', make_workers_path(@country, @city, @category_parent)

        - @subcategories.each do |cat|
          %li{class: (cat.id==@category.id ? 'cat-sm active' : 'cat-sm')}
            =link_to cat.title, make_workers_path(@country, @city, cat)

    .clearfix

- if @items.count==0
  %br
  .well
    По вашему запросу ничего не найдено. Измените условия поиска

- else
  = render 'list_workers', items: @items
  .clearfix

  = paginate @items

.clearfix

%p
  %br
  Поиск ремонтных бригад в вашем городе.


%p
  Еще текст

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
optimacms-0.3.35 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.34 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.30 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.29 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.23 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.15 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.12 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.11 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.26 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.25 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.24 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.4 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.3 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.21 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.20 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.16 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.15 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.14 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.13 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.12 spec/dummy/app/views/workers/index.html.haml