From ff008327fae8783f35a24cb8bdbee40ab59741b4 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 12 Dec 2016 16:07:34 -0500 Subject: [PATCH] set page header to same style as apps page --- app/views/notifications/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index e030e483..7cd6cf90 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -3,7 +3,9 @@
-

My Notifications

+
    <% @notifications.each do |notification| %> <% receipt = @receipts.find_by(notification_id: notification.id) %>