displays notifications in proposal view

This commit is contained in:
rgarcia
2016-06-06 12:21:48 +02:00
parent 0ef316de91
commit fc6cc090f8
5 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<div>
<% @notifications.each do |notification| %>
<div><%= notification.title %></div>
<div><%= notification.body %></div>
<% end %>
</div>