app/views/shoppe/countries/new.html.haml in shoppe-1.0.2 vs app/views/shoppe/countries/new.html.haml in shoppe-1.0.3

- old
+ new

@@ -1,5 +1,7 @@ -- @page_title = "Countries" +- @page_title = t('shoppe.countries.countries') + = content_for :header do - %p.buttons= link_to "Back to countries", :countries, :class => 'button' - %h2.countries Countries -= render 'form' \ No newline at end of file + %p.buttons= link_to t('shoppe.countries.back') , :countries, :class => 'button' + %h2.countries= t('shoppe.countries.countries') + += render 'form'