4036: add comment for flash alert div
authorradhika <radhika@curoverse.com>
Fri, 3 Oct 2014 14:13:10 +0000 (10:13 -0400)
committerradhika <radhika@curoverse.com>
Fri, 3 Oct 2014 14:13:10 +0000 (10:13 -0400)
apps/workbench/app/views/application/_title_and_buttons.html.erb

index bf2df58dcaf4a160fb9bb8e429689bd1e2c3910c..713c04e7f28802e8cde349ae9b48c67c64cc4248 100644 (file)
@@ -50,6 +50,7 @@
 <% end %>
 
 <%
+  # Display any flash messages in an alert. If there is any entry with "error" key, alert-danger is used. 
   flash_msg = ''
   flash_msg_is_error = false
   flash.each do |msg|