Sha256: 53eef8ac6620818c5eae491d65797257578e54d8e73fe45bcea3c48a45ce669a

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
	  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>home</title>
    <%= stylesheet_link_tag 'application', :cache=>true -%>
    <%= javascript_include_tag 'application' -%>
    <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? -%>
    <%= yield :head -%>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  </head>
  <body>
    <h1>Muck Profiles</h1>
    <div id="header">
		<div id="top-navigation">
        <%= link_to("Logout", logout_path) if logged_in? %>
        <%= link_to("Sign in", login_path) if !logged_in? %>
        <%= ('| ' + link_to("Sign Up", signup_path)) if !logged_in? %>

        </div>
      <div class="clear"></div>
    </div>
    <hr/>
    <div id="main">
      <div id="content">
			<%= yield %>
		</div>
    </div>
    <div id="footer">
    </div>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-profiles-3.1.4 test/app/views/layouts/default.html.erb
muck-profiles-3.1.3 test/app/views/layouts/default.html.erb
muck-profiles-3.0.2 test/rails_test/app/views/layouts/default.html.erb
muck-profiles-3.0.1 test/rails_test/app/views/layouts/default.html.erb
muck-profiles-3.0.0 test/rails_test/app/views/layouts/default.html.erb
muck-profiles-0.2.1 test/rails_root/app/views/layouts/default.html.erb
muck-profiles-0.2.0 test/rails_root/app/views/layouts/default.html.erb