Author: gmazza
Date: Mon Jul 14 10:54:47 2014
New Revision: 1610384
URL: http://svn.apache.org/r1610384
Log:
Changed tag text so appropriate even if reader has fewer than 30 tags.
Modified:
roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm
roller/trunk/app/src/main/webapp/themes/gaurav/weblog.vm
Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm?rev=1610384&r1=1610383&r2=1610384&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm Mon Jul 14
10:54:47 2014
@@ -94,7 +94,7 @@ Click the link below to subscribe via yo
<h3>Hot tags</h3>
-<p class="details">Below are the thirty most often used tags in the blog.
Hover over a tag to see a count of entries, click a tag to see the most recent
posts with the tag.</p>
+<p class="details">Below are the most often used tags in the blog. Hover over
a tag to see a count of entries, click a tag to see the most recent posts with
the tag.</p>
<div id="tagcloud">
#set($mytags = $model.weblog.getPopularTags(-1, 30))
Modified: roller/trunk/app/src/main/webapp/themes/gaurav/weblog.vm
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/weblog.vm?rev=1610384&r1=1610383&r2=1610384&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/weblog.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/weblog.vm Mon Jul 14
10:54:47 2014
@@ -61,7 +61,7 @@
</div>
<div class="well">
<h3>Hot tags</h3>
- <p class="details">Below are the thirty
most often used tags in the blog. Hover over a tag to see a count of entries,
click a tag to see the most recent posts with the tag.</p>
+ <p class="details">Below are the most
often used tags in the blog. Hover over a tag to see a count of entries, click
a tag to see the most recent posts with the tag.</p>
<div id="tagcloud">
#set($mytags =
$model.weblog.getPopularTags(-1, 30))
#foreach ($tag in $mytags)