Sha256: c262c1393657a79a93908dc92a20153db8be0d33d169509dba8cf73910c02460

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

<!--
 ! Excerpted from "Scripted GUI Testing With Ruby",
 ! published by The Pragmatic Bookshelf.
 ! Copyrights apply to this code. It may not be used to create training material, 
 ! courses, books, articles, and the like. Contact us if you are in doubt.
 ! We make no guarantees that this code is fit for any purpose. 
 ! Visit http://www.pragmaticprogrammer.com/titles/idgtr for more book information.
-->
<html>
  <head>
    <title>novite - hassle-free invites</title>
    <style>
      body {
        font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
      }

      ul {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
      }
  
      ul li {
        margin-bottom: 5px;
      }

      span.drag {
        background-color: black;
        color: white;
        cursor: move;
        padding: 1px;
        font-size: small;
      }
    </style>
  </head>
  <body>
    <% if flash[:notice] %> 
      <div id="party_notice"><%= flash[:notice] %></div> 
    <% end %>

    <%= yield %>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
win_gui-0.1.6 book_code/novite/app/views/layouts/application.rhtml
win_gui-0.1.4 book_code/novite/app/views/layouts/application.rhtml
win_gui-0.1.3 book_code/novite/app/views/layouts/application.rhtml
win_gui-0.1.2 book_code/novite/app/views/layouts/application.rhtml
win_gui-0.1.1 book_code/novite/app/views/layouts/application.rhtml
win_gui-0.1.0 book_code/novite/app/views/layouts/application.rhtml