Sha256: 13f19fb1f0af80f1c0aadb7bb4a7941dc633cedd50f5be747a8f50743b7f33d4

Contents?: true

Size: 828 Bytes

Versions: 5

Compression:

Stored size: 828 Bytes

Contents

<!--

        @File Name                            :_head.html.erb

	@Company Name                         :Mindfire Solutions Pvt. Ltd.

	@Creator Name                         :Indranil Mukherjee

	@Date Created                         :2012-07-12

        @Date Modified                        :2012-08-01

   	@Last Modification Details            :Code cleanup on head section

        @Purpose                              :Main layout of mcms_authentication head section

-->

<head>
  
  <meta charset="utf-8" />
  <meta content="IE=edge" http-equiv="X-UA-Compatible" />
  <title>MCMS</title>
  <link type="image/x-icon" href="/assets/mcms/favicon.ico" rel="shortcut icon"/>
  <%= stylesheet_link_tag    "dashboard", :media => "all" %>

  <!-- This is to prevent from outside forgery -->
  <%= csrf_meta_tags %>

</head>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mcms-1.0.1 app/views/dashboard/_head.html.erb
mcms-1.0.0 app/views/dashboard/_head.html.erb
mcms-0.0.4 app/views/dashboard/_head.html.erb
mcms-0.0.3 app/views/dashboard/_head.html.erb
mcms-0.0.2 app/views/dashboard/_head.html.erb