Sha256: 5d8991f78751f98158d417d4fec072ce049009cc830e20d0c2b4284f804b57c7
Contents?: true
Size: 735 Bytes
Versions: 15
Compression:
Stored size: 735 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag :all%> <%= javascript_include_tag :defaults, 'swfupload/swfupload', 'swfupload/handlers', 'jquery-ui'%> <%= csrf_meta_tag%> </head> <body> <div class="container_19"> <div class="pre-header"> <h1> <%= link_to "Attachment Magick", artists_path%> </h1> </div> <div class="header"> <ul> <li><%= link_to "Novo Artista", new_artist_path%></li> <li><%= link_to "Novo Lugar", new_place_path%></li> </ul> </div> <%= yield %> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems