Sha256: 937d3879945ed8f1c15cdd83f3ba6612f457ffbf9c98dfea032e3b1abd782168

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 Bytes

Contents

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

<%= display_flash_messages %>
<%= display_flash_errors %>

<%= yield %>

<ul>
<li><%= link_to "Select a node", taxonomite_index_path %></li>
<li><%= link_to "Create a new node", new_taxonomite_path %></li>
</ul>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
taxonomite-0.2.3 spec/dummy/app/views/layouts/application.html.erb