Sha256: 4dfc22cbd969c24115049a6eb48465bd168017ecdef7aacdb90b7add8ce6f42b

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 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

1 entries across 1 versions & 1 rubygems

Version Path
attachment_magick-0.1.0 test/dummy/app/views/layouts/application.html.erb