-
Notifications
You must be signed in to change notification settings - Fork 30
chore: Remove erb templete requirments from editor #2964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| doctype html | ||
| html lang=I18n.locale data-default-locale=I18n.default_locale | ||
| html lang=I18n.locale *html_data_attributes | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. After we got the other parts right here, I am returning to my previous question regarding the gloabl scope. Previously, you wrote:
Some of the data attributes are not needed when the page loads, but can also be parsed later, I'd say. Rather than touching this part multiple times, I would suggest to get it right now. |
||
| head | ||
| meta charset='utf-8' | ||
| meta name='viewport' content='width=device-width, initial-scale=1' | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.