created items and configured back office ui a bit
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ribicabackoffice</title>
|
||||
<title>Ribica Back Office</title>
|
||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
<%= 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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user