Loos
10 years ago
6 changed files with 36 additions and 40 deletions
@ -1,3 +1,4 @@ |
|||
%h1 New Client |
|||
= render 'form' |
|||
= link_to 'Back', clients_path |
|||
.container |
|||
%h1 New Client |
|||
= render 'form' |
|||
= link_to 'Back', clients_path |
|||
|
@ -1,10 +1,10 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<%= render "layouts/head" %> |
|||
<%= render "layouts/navbar" %> |
|||
<body> |
|||
<body> |
|||
<%= render "layouts/navbar" %> |
|||
<p class="notice"><%= notice %></p> |
|||
<p class="alert"><%= alert %></p> |
|||
<%= yield %> |
|||
</body> |
|||
</body> |
|||
</html> |
|||
|
Loading…
Reference in new issue