Skip to content

Instantly share code, notes, and snippets.

@bamnet
bamnet / sample.html.erb
Created August 17, 2010 22:02
Concerto 2 HTML5 Markup Examples
<section class="C-full lg">
<header>
<%= back_button "#" %>
<h1>New Screen</h1>
</header>
<div class="C-cont">
<article>
<%= render 'form' %>
</article>
<aside>
<% @content.medias.build({:key=>"original"}) %>
<%= form_for(@content, :html => { :multipart => true }) do |f| %>
<div class="field">
<%= f.fields_for :medias do |media| %>
<%= media.file_field :file %>
<%= media.hidden_field :key %>
<% end %>
</div>
<div class="actions">