Sha256: eccc141f09cd5fbaa7912158f181bda44663e8d749aa6c30c96fb68555b8ea9d

Contents?: true

Size: 603 Bytes

Versions: 7

Compression:

Stored size: 603 Bytes

Contents

<!--
  @File Name                 : _stylesheets.html.erb
  @Company Name              : Mindfire Solutions Private Limited
  @Creator Name              : Vikram Kumar Mishra
  @Date Created              : 2012-06-09
  @Date Modified             :
  @Last Modification Details :
  @Purpose                   : To render controller action specific CSS files.

-->

<!--
  calling libray class method get_css of class AssetManager
  to load specified css files listed in controller
-->
<% Asset.get_css.each do |css| %>

  <!-- loading specified css file -->
  <%= stylesheet_link_tag  css %>

<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mcms_pages-1.0.0 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.7 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.6 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.5 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.4 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.3 app/views/mcms_pages/layouts/_stylesheets.html.erb
mcms_pages-0.0.2 app/views/mcms_pages/layouts/_stylesheets.html.erb