Files
componentowl-rails-archive/app/views/about/index.html.erb

7 lines
208 B
Plaintext

<div class="owl-flag"><%= image_tag('owl-flag.gif', :alt => "Component Owl") %></div>
<div class="about-content">
<%= render :inline => @static_page.html %>
<%#= render :partial => "draft" %>
</div>