diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
index 559a30c9..b8e12047 100644
--- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb
+++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
@@ -1,74 +1,74 @@
-app.templates.splash = """
DevDocs
"""
+app.templates.splash = "DevDocs
";
<% if App.development? %>
-app.templates.intro = """
-
-
Stop showing this message
-
Hi there!
-
Thanks for downloading DevDocs. Here are a few things you should know:
-
- Your local version of DevDocs won't self-update. Unless you're modifying the code,
- we recommend using the hosted version at devdocs.io .
- Run thor docs:list
to see all available documentations.
- Run thor docs:download <name>
to download documentations.
- Run thor docs:download --installed
to update all downloaded documentations.
- To be notified about new versions, don't forget to watch the repository on GitHub.
- The issue tracker is the preferred channel for bug reports and
- feature requests. For everything else, use Discord .
- Contributions are welcome. See the guidelines .
- DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
- see the COPYRIGHT and
- LICENSE files.
-
-
Happy coding!
-
-"""
+app.templates.intro = `\
+
+
Stop showing this message
+
Hi there!
+
Thanks for downloading DevDocs. Here are a few things you should know:
+
+ Your local version of DevDocs won't self-update. Unless you're modifying the code,
+ we recommend using the hosted version at devdocs.io .
+ Run thor docs:list
to see all available documentations.
+ Run thor docs:download <name>
to download documentations.
+ Run thor docs:download --installed
to update all downloaded documentations.
+ To be notified about new versions, don't forget to watch the repository on GitHub.
+ The issue tracker is the preferred channel for bug reports and
+ feature requests. For everything else, use Discord .
+ Contributions are welcome. See the guidelines .
+ DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
+ see the COPYRIGHT and
+ LICENSE files.
+
+
Happy coding!
+
\
+`;
<% else %>
-app.templates.intro = """
-
-
Stop showing this message
-
Welcome!
-
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
- Here's what you should know before you start:
-
- Open the Preferences to enable more docs and customize the UI.
- You don't have to use your mouse — see the list of keyboard shortcuts .
- The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip").
- To search a specific documentation, type its name (or an abbr.), then Tab.
- You can search using your browser's address bar — learn how .
- DevDocs works offline , on mobile, and can be installed as web app.
- For the latest news, follow @DevDocs .
- DevDocs is free and open source .
-
- And if you're new to coding, check out freeCodeCamp's open source curriculum .
-
-
Happy coding!
-
-"""
+app.templates.intro = `\
+
+
Stop showing this message
+
Welcome!
+
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
+ Here's what you should know before you start:
+
+ Open the Preferences to enable more docs and customize the UI.
+ You don't have to use your mouse — see the list of keyboard shortcuts .
+ The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip").
+ To search a specific documentation, type its name (or an abbr.), then Tab.
+ You can search using your browser's address bar — learn how .
+ DevDocs works offline , on mobile, and can be installed as web app.
+ For the latest news, follow @DevDocs .
+ DevDocs is free and open source .
+
+ And if you're new to coding, check out freeCodeCamp's open source curriculum .
+
+
Happy coding!
+
\
+`;
<% end %>
-app.templates.mobileIntro = """
-
-
Welcome!
-
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
- Here's what you should know before you start:
-
- Pick your docs in the Preferences .
- The search supports fuzzy matching.
- To search a specific documentation, type its name (or an abbr.), then Space.
- For the latest news, follow @DevDocs .
- DevDocs is open source .
-
-
Happy coding!
- Stop showing this message
-
-"""
+app.templates.mobileIntro = `\
+
+
Welcome!
+
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
+ Here's what you should know before you start:
+
+ Pick your docs in the Preferences .
+ The search supports fuzzy matching.
+ To search a specific documentation, type its name (or an abbr.), then Space.
+ For the latest news, follow @DevDocs .
+ DevDocs is open source .
+
+
Happy coding!
+ Stop showing this message
+
\
+`;
-app.templates.androidWarning = """
-
-
Hi there
-
DevDocs is running inside an Android WebView. Some features may not work properly.
-
If you downloaded an app called DevDocs on the Play Store, please uninstall it — it's made by someone who is using (and profiting from) the name DevDocs without permission.
-
To install DevDocs on your phone, visit devdocs.io in Chrome and select "Add to home screen" in the menu.
-
-"""
+app.templates.androidWarning = `\
+
+
Hi there
+
DevDocs is running inside an Android WebView. Some features may not work properly.
+
If you downloaded an app called DevDocs on the Play Store, please uninstall it — it's made by someone who is using (and profiting from) the name DevDocs without permission.
+
To install DevDocs on your phone, visit devdocs.io in Chrome and select "Add to home screen" in the menu.
+
\
+`;