make form accessible
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
html lang="#{I18n.locale}"
|
||||
head
|
||||
title #CH420 - #{content_for(:title)}
|
||||
title
|
||||
- flash.each do |type, message|
|
||||
= message
|
||||
| #CH420 - #{content_for(:title)}
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
= csrf_meta_tags
|
||||
|
||||
Reference in New Issue
Block a user