ERB example

Erb code posted
created at 11 Sep 22:38

Edit | Back
1
2
3
4
5
6
7
8
<meta charset="utf-8">
    <title><%= content_for?(:title) ? yield(:title) : @page_name.value %></title>
    <%= csrf_meta_tags %>

    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
    <![endif]-->
344 Bytes in 3 ms with coderay