aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-12-18 13:04:04 +0900
committerRhenium <rhenium@rhe.jp>2013-12-18 13:04:04 +0900
commit9fad928924381e53d6bf542b226677fb1ecd9f2d (patch)
tree3f806850d34fd4a388ac3b48900db8ba8834b66a /app/views/layouts/_base.html.haml
parent3b6b25ad0551f6f8bc2dcc8a3e3a2e9db3356fe4 (diff)
downloadaclog-9fad928924381e53d6bf542b226677fb1ecd9f2d.tar.gz
update views
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index b8dc277..2364b50 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -1,7 +1,7 @@
!!! xml
%html{xmlns: "http://www.w3.org/1999/xhtml"}
%head
- %title= title
+ %title= yield :title
= stylesheet_link_tag "application", media: "all"
= stylesheet_link_tag params[:controller], media: "all"
= javascript_include_tag "application"