Add Korean variants to S7/S7 edge pages

Change-Id: I3d88b672a86b0b8b13ab1f3cb5bc7ef97d3d0108
diff --git a/_devices/samsunggalaxys7.markdown b/_devices/samsunggalaxys7.markdown
index f1839e8..75a5469 100644
--- a/_devices/samsunggalaxys7.markdown
+++ b/_devices/samsunggalaxys7.markdown
@@ -15,13 +15,32 @@
 

 {% include supportstatus.html %}

 

-<p class="text">Supported Models: SM-G930F, SM-G930FD, SM-G930X, SM-G930W8</p>

-

 {% include dmverity.html %}

 

 {% include appinstall.html %}

 

-{% include download.html %}

+<div class='page-heading'>Download Links:</div>

+<hr />

+<p class="text">International &amp; Canada (SM-G930F, SM-G930FD, SM-G930X, SM-G930W8):</p>

+<ul>

+{% for mirror in site.data.mirrors %}

+  <li>

+    <a href="{{ mirror.baseurl }}herolte">

+      {{ mirror.description }}

+    </a>

+  </li>

+{% endfor %}

+</ul>

+<p class="text">Korea (SM-G930K, SM-G930L, SM-G930S):</p>

+<ul>

+{% for mirror in site.data.mirrors %}

+  <li>

+    <a href="{{ mirror.baseurl }}heroltekor">

+      {{ mirror.description }}

+    </a>

+  </li>

+{% endfor %}

+</ul>

 

 {% include twrpinstall.html %}