sshaw/itunes_store_transporter_web

View on GitHub
app/views/jobs/search.html.haml

Summary

Maintainability
Test Coverage
- content_for :title do
  &= current_search_query(@accounts)

%h2
  Search:
  %span{:style => "font-weight:normal;font-size:0.9em"}
    &= current_search_query(@accounts)

.jobs
  - if @jobs.none?
    %p No jobs found.
  - else
    = render_partial "jobs/jobs", :object => @jobs