diff options
author | friendica <info@friendica.com> | 2015-02-03 15:50:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 15:50:12 -0800 |
commit | c417a43338087de82bd1c067c479320a923fe619 (patch) | |
tree | b88102888585cca5e3d70960d3b855358df6f476 /view/tpl/prep.tpl | |
parent | 36b756e4cde4f45993a1941eb6b8a71bb348c6e4 (diff) | |
download | volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.gz volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.bz2 volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.zip |
styling for the directory page when it comes to ratings
Diffstat (limited to 'view/tpl/prep.tpl')
-rw-r--r-- | view/tpl/prep.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl index 49dea7d72..924bea252 100644 --- a/view/tpl/prep.tpl +++ b/view/tpl/prep.tpl @@ -12,9 +12,10 @@ </div> <div class="prep-details"> <a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a> -{{$rating_lbl}} {{$r.xlink_rating}} +<div class="rating-value">{{$rating_lbl}} {{$r.xlink_rating}}</div> {{if $r.xlink_rating_text}} -{{$rating_text_label}} {{$r.xlink_rating_text}} +<div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}} +</div> {{/if}} </div> <div class="clear"></div> |