Sha256: 30e0937b91349911880e0e6324228dc8ea9b65471f9acf746bdae1b5140bded9

Contents?: true

Size: 1.45 KB

Versions: 25

Compression:

Stored size: 1.45 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

25 entries across 25 versions & 1 rubygems

Version Path
optimacms-0.1.61 spec/dummy/app/views/workers/index.html.haml
optimacms-0.4.3 spec/dummy/app/views/workers/index.html.haml
optimacms-0.4.2 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.9 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.8 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.7 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.6 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.5 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.2 spec/dummy/app/views/workers/index.html.haml
optimacms-0.3.1 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.23 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.22 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.19 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.18 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.17 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.8 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.7 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.6 spec/dummy/app/views/workers/index.html.haml
optimacms-0.2.5 spec/dummy/app/views/workers/index.html.haml
optimacms-0.1.60 spec/dummy/app/views/workers/index.html.haml