Fix: stick to the .ruby-version will ya?

This commit is contained in:
Ilya Konanykhin
2016-12-25 01:00:35 +06:00
parent 1880f91c15
commit 9faa92a8e6
6 changed files with 13 additions and 16 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
!!! 5
%html{lang: 'en'}
%head
%meta{charset: 'utf-8'}/
%meta{name: 'viewport', content: 'width=device-width', "initial-scale": '1.0'}
%meta(charset="utf-8")/
%meta(name="viewport" content="width=device-width" initial-scale="1.0")/
%title= content_for?(:title) ? yield(:title) : 'Velocipede'
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all'