mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Fix: stick to the .ruby-version will ya?
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user