aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2016-06-10 17:40:54 +0200
committerjpl2016-06-10 17:40:54 +0200
commit87a732b92ea9bc67fff9414d1c31356c73ee529d (patch)
tree34fc3e1b73af58823cf09fdc9f259c3f745f984d
parent5666202b2a63a04348db8783215d9036b1029f91 (diff)
downloadchouette-core-87a732b92ea9bc67fff9414d1c31356c73ee529d.tar.bz2
update title on devise layout + adding sass gardened file (previously forgotten)
-rw-r--r--app/assets/stylesheets/main/time_tables.sass2
-rw-r--r--app/views/layouts/devise.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/main/time_tables.sass b/app/assets/stylesheets/main/time_tables.sass
index b24a02c27..c214c3e5b 100644
--- a/app/assets/stylesheets/main/time_tables.sass
+++ b/app/assets/stylesheets/main/time_tables.sass
@@ -56,7 +56,7 @@
.even
padding-left: 50px
- padding-right: 450px
+ padding-right:450px
.actions
float: right
diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb
index e2def9fa3..809e235f4 100644
--- a/app/views/layouts/devise.html.erb
+++ b/app/views/layouts/devise.html.erb
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
- <title>Chouette V2 - <%= title %></title>
+ <title>STIF BOIV - <%= title %></title>
<%= favicon_link_tag "logo_chouette_small.ico" %>
<%= favicon_link_tag 'logo_chouette_small.png', rel: 'apple-touch-icon', type: 'image/png' %>
<%= stylesheet_link_tag :application %>