summaryrefslogtreecommitdiff
path: root/app/views/addresses/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/addresses/index.html.haml')
-rw-r--r--app/views/addresses/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/addresses/index.html.haml b/app/views/addresses/index.html.haml
index ecebc65..615f267 100644
--- a/app/views/addresses/index.html.haml
+++ b/app/views/addresses/index.html.haml
@@ -1,4 +1,4 @@
-- title t("addresses.index.page_title")
+- content_for :title, t("addresses.index.page_title")
- if @addresses.count > 0
= render "index_core", :addresses => @addresses