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

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

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