mcms_resources 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
@Modified Date: 24-07-2012
|
|
6
6
|
@Company: Mindfire Solutions
|
|
7
7
|
-->
|
|
8
|
-
|
|
9
|
-
<!--Added partial for include javascripts and css-->
|
|
10
|
-
<%= render :partial => "/shared/admin/includes" %>
|
|
11
|
-
|
|
8
|
+
<%= javascript_include_tag :application %>
|
|
12
9
|
<!-- Added flash hash loop through for extracting flash messages like flash-error, flash-message, etc -->
|
|
13
10
|
<% flash.each do |key, value| %>
|
|
14
11
|
<div id='flash' class="flash flash-<%= key %>">
|