summaryrefslogtreecommitdiff
path: root/app/views/addresses/index.html.haml
blob: 615f26748740ee4132fbe1e20880f835376a2435 (plain)
1
2
3
4
5
6
- content_for :title, t("addresses.index.page_title")

- if @addresses.count > 0
  = render "index_core", :addresses => @addresses

= render :partial => 'shared/create_link', :locals => {:child_class => Address}