Sha256: 937fa5764eafd79ef0786d10eb0a789862a1abf48b63f688277121305a0918b8
Contents?: true
Size: 311 Bytes
Versions: 19
Compression:
Stored size: 311 Bytes
Contents
.container .row %h1= @city.name .row %p %b Slug: = @city.slug %p %b Nation: = link_to @city.nation, @city.nation %p %b Region: = link_to @city.region, @city.region .row = link_to 'Edit', edit_city_path(@city) | = link_to 'Back', cities_path
Version data entries
19 entries across 19 versions & 1 rubygems