not_allowed.rb

Erb code posted
created at 11 Oct 20:08, updated at 18 Oct 19:22

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
<%- content_for :title do -%>
  <%= @content.parent.parent.title %>
<%- end -%>

<div class="corner-content-1col-top"></div>

<%- content_1col_module @content.title, {:border => false, :class => "document"} do -%>

  <%= @html %>

<%- end -%>

<div class="corner-content-1col-bottom"></div>
302 Bytes in 2 ms with coderay