set page header to same style as apps page

This commit is contained in:
Connor Turland 2016-12-12 16:07:34 -05:00
parent a59a5d0557
commit ff008327fa

View file

@ -3,7 +3,9 @@
<div id="yield">
<div class="centerContent notificationsPage">
<h2 class="title">My Notifications</h4>
<header class="page-header">
<h2 class="title">My Notifications</h4>
</header>
<ul class="notifications">
<% @notifications.each do |notification| %>
<% receipt = @receipts.find_by(notification_id: notification.id) %>