Module: website Branch: master Commit: 722cf685c0022c4874d343ace5a536c203b44f6f URL: http://source.winehq.org/git/website.git/?a=commit;h=722cf685c0022c4874d343a...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Jan 20 14:14:17 2016 -0600
reduce news count, make more news a button
---
templates/de/home.template | 4 ++-- templates/en/home.template | 4 ++-- templates/es/home.template | 4 ++-- templates/fr/home.template | 4 ++-- templates/pl/home.template | 4 ++-- templates/pt/home.template | 4 ++-- templates/tr/home.template | 4 ++-- templates/uk/home.template | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/templates/de/home.template b/templates/de/home.template index 42a31b5..bcc9b46 100644 --- a/templates/de/home.template +++ b/templates/de/home.template @@ -86,9 +86,9 @@
<h1 class="title"><a href="{$root}/news">Neuigkeiten</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">weitere Neuigkeiten...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> weitere Neuigkeiten...</a></p>
</div>
diff --git a/templates/en/home.template b/templates/en/home.template index c160ae9..88d2341 100644 --- a/templates/en/home.template +++ b/templates/en/home.template @@ -86,9 +86,9 @@
<h1 class="title"><a href="{$root}/news">News and Updates</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">more news...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> more news...</a></p>
</div>
diff --git a/templates/es/home.template b/templates/es/home.template index b482ef8..a96bfdf 100644 --- a/templates/es/home.template +++ b/templates/es/home.template @@ -86,9 +86,9 @@
<h1 class="title"><a href="{$root}/news">Noticias</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">más noticias...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> más noticias...</a></p>
</div>
diff --git a/templates/fr/home.template b/templates/fr/home.template index 8b4b143..a4f8e22 100644 --- a/templates/fr/home.template +++ b/templates/fr/home.template @@ -88,9 +88,9 @@
<h1 class="title"><a href="{$root}/news">Nouvelles</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">plus de nouvelles...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> plus de nouvelles...</a></p>
</div>
diff --git a/templates/pl/home.template b/templates/pl/home.template index f31ab15..fdbf5b1 100644 --- a/templates/pl/home.template +++ b/templates/pl/home.template @@ -90,9 +90,9 @@ za to z wyglądem podobnym do innych aplikacji na twoim komputerze.</p>
<h1 class="title"><a href="{$root}/news">Wieści</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">więcej wieści...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> więcej wieści...</a></p>
</div>
diff --git a/templates/pt/home.template b/templates/pt/home.template index c10be4a..e3a2e21 100644 --- a/templates/pt/home.template +++ b/templates/pt/home.template @@ -90,9 +90,9 @@ com um visual semelhante às outras aplicações do seu computador.</p>
<h1 class="title"><a href="{$root}/news">Notícias</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">mais notícias...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> mais notícias...</a></p>
</div>
diff --git a/templates/tr/home.template b/templates/tr/home.template index 477ed79..7830139 100644 --- a/templates/tr/home.template +++ b/templates/tr/home.template @@ -86,9 +86,9 @@
<h1 class="title"><a href="{$root}/news">Haberler</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">daha fazla haber...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> daha fazla haber...</a></p>
</div>
diff --git a/templates/uk/home.template b/templates/uk/home.template index b49ecca..02e1821 100644 --- a/templates/uk/home.template +++ b/templates/uk/home.template @@ -86,9 +86,9 @@
<h1 class="title"><a href="{$root}/news">Новини</a></h1>
- <!--EXEC:[news?n=10]--> + <!--EXEC:[news?n=3]-->
- <p><a href="{$root}/news">більше новин...</a></p> + <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> більше новин...</a></p>
</div>