one git repo to rule them all\!

This commit is contained in:
Senad Uka
2015-01-22 06:38:48 +01:00
parent c003584f7e
commit 23a6fda854
149 changed files with 967 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Ribica Back Office</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= cloudinary_js_config %>
<%= csrf_meta_tags %>
</head>
<body>
<div>
<%= link_to "Items", items_path %>
<%= link_to "Sections", sections_path %>
<%= link_to "Units", units_path %>
<%= link_to "Media Types", media_types_path %>
</div>
<%= yield %>
</body>
</html>