Sha256: 9ed05ebbe480c57301e736eb7cba56f332f720656b8cd05ab1fb715e4502008d

Contents?: true

Size: 404 Bytes

Versions: 10

Compression:

Stored size: 404 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title></title>
  <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
  <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

<% if !current_page?(main_app.root_url) %>
	<br><br>
	<%= link_to 'admin_home', main_app.admin_path %>
<% end %>

</body>
</html>

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
json_voorhees-0.2.3 test/test_app/app/views/layouts/application.html.erb
json_voorhees-0.2.2 test/test_app/app/views/layouts/application.html.erb
json_voorhees-0.2.1 lib/generators/json_voorhees/setup_app/templates/views/application
json_voorhees-0.2.1 test/test_app/app/views/layouts/application.html.erb
json_voorhees-0.2.0 test/test_app/app/views/layouts/application.html.erb
json_voorhees-0.2.0 lib/generators/json_voorhees/setup_app/templates/views/application
json_voorhees-0.1.0 test/test_app/app/views/layouts/application.html.erb
json_voorhees-0.1.0 lib/generators/json_voorhees/setup_app/templates/views/application
json_voorhees-0.0.2 lib/generators/json_voorhees/setup_app/templates/views/application
json_voorhees-0.0.1 lib/generators/json_voorhees/setup_app/templates/views/application