Skip to content

Commit

Permalink
Switch theme download to CDN
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 12, 2015
1 parent 69297a3 commit 85e21b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/themes.tpl
Expand Up @@ -51,7 +51,7 @@ request to <a href="https://github.com/phpmyadmin/themes/pulls">https://github.c
<p py:if="theme.author">Author: ${theme.author}</p>
<p>${Markup(theme.info)}</p>
<ul class="dl">
<li><a href="${theme.file.url}#!md5!${theme.file.md5}">${theme.file.name}</a> (${theme.file.humansize}, MD5: ${theme.file.md5})</li>
<li><a href="${theme.file.cdn_url}#!md5!${theme.file.md5}">${theme.file.name}</a> (${theme.file.humansize}, MD5: ${theme.file.md5})</li>
</ul>
</div>
<div class="clearer"></div>
Expand Down

0 comments on commit 85e21b6

Please sign in to comment.