Basic CRU operations [#5]
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
<body style="margin-left:50px">
|
||||
<p id="notice"><%= notice %></p>
|
||||
<div>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user