Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Rijo <pedrorijo91@gmail.com>2018-01-19 01:39:38 +0300
committerGitHub <noreply@github.com>2018-01-19 01:39:38 +0300
commitad939da48ea50efccaeef956916339ad10f41df2 (patch)
treef8424e53b66e5eebbaf78222d4779eb984f22ed6
parent24cc7031efe93f97873e6935c8cdb09a7da8b12a (diff)
parenta89bc1025f18d962e82b0f4d9082f54e3dce0758 (diff)
Merge pull request #1125 from noahleigh/fix-downloads-view-template
Fix downloads view template
-rw-r--r--app/views/downloads/download_windows.html.erb2
-rw-r--r--app/views/downloads/downloading.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/downloads/download_windows.html.erb b/app/views/downloads/download_windows.html.erb
index 086116f9..0deffcdb 100644
--- a/app/views/downloads/download_windows.html.erb
+++ b/app/views/downloads/download_windows.html.erb
@@ -52,7 +52,7 @@
<a href="/downloads/guis">
<img src="/images/icons/nav-download-gui.png" />
<h3>Download a GUI</h3>
- <p>Several free and commercial GUI tools are available for the #{@platform.capitalize} platform.</p>
+ <p><%= raw "Several free and commercial GUI tools are available for the #{@platform.capitalize} platform." %></p>
</a>
</li>
<li>
diff --git a/app/views/downloads/downloading.html.erb b/app/views/downloads/downloading.html.erb
index 3cb02307..b92c7064 100644
--- a/app/views/downloads/downloading.html.erb
+++ b/app/views/downloads/downloading.html.erb
@@ -37,7 +37,7 @@
<a href="/downloads/guis">
<img src="/images/icons/nav-download-gui.png" />
<h3>Download a GUI</h3>
- <p>Several free and commercial GUI tools are available for the #{@platform.capitalize} platform.</p>
+ <p><%= raw "Several free and commercial GUI tools are available for the #{@platform.capitalize} platform." %></p>
</a>
</li>
<li>