Sha256: 30e43e50bd30eafd1081054e45eb9cca741a1f4611dc075203acdd36c81adc7c

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= link_to "Logout", auth_eng.destroy_user_session_path, :id => 'logout', :method => :delete %>
<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auth_eng-0.0.2 test/dummy/app/views/layouts/application.html.erb