displays notifications in proposal view
This commit is contained in:
6
app/views/proposals/_notifications.html.erb
Normal file
6
app/views/proposals/_notifications.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
<% @notifications.each do |notification| %>
|
||||
<div><%= notification.title %></div>
|
||||
<div><%= notification.body %></div>
|
||||
<% end %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user