set page header to same style as apps page
This commit is contained in:
parent
a59a5d0557
commit
ff008327fa
1 changed files with 3 additions and 1 deletions
|
@ -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) %>
|
||||
|
|
Loading…
Reference in a new issue