Static pages
This commit is contained in:
parent
e7aaee9539
commit
ead20d3d73
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>BouquinsRor</title>
|
||||
<title><%= @title %> | Bouquins</title>
|
||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
||||
<%= csrf_meta_tags %>
|
||||
|
@ -1,4 +1,8 @@
|
||||
Rails.application.routes.draw do
|
||||
get 'static_pages/home'
|
||||
|
||||
get 'static_pages/about'
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user