Sha256: 8f0a90b6522a8cf47df86b2166d97aab2425021ea198f409d7aeadb3a79918f9
Contents?: true
Size: 465 Bytes
Versions: 4
Compression:
Stored size: 465 Bytes
Contents
table width="100%" thead tr th City th State th Living Info Text th tbody - @mover_cities.each do |city| tr td = city.city td = city.state td = @living_in_infos_hash[city.city.underscore].try(:[], :body).try(:html_safe) th = link_to "Edit", edit_admin_living_in_info_url("#{city.city}-#{city.state}".parameterize) = ajax_will_paginate @mover_cities
Version data entries
4 entries across 4 versions & 1 rubygems