Skip to content

Commit

Permalink
Merge pull request #20 from bigpresh/patch-1
Browse files Browse the repository at this point in the history
Provide a permalink to reviews, to make it easier to share reviews.
  • Loading branch information
abh committed Jul 27, 2012
2 parents 6a8d835 + 8b14f1f commit e4c928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cpanratings/display/short_review.html
@@ -1,4 +1,3 @@

<div class="review" data-review="[% review.id %]" data-user="[% review.user.id %]">
<a name="[% review.id %]"></a>
[% IF review.helpful_total %]
Expand Down Expand Up @@ -44,6 +43,7 @@ <h3 class="review_header">
module_param = review.module ? ";module=" _ review.module : "";
module_param | uri %]">edit</a>
[% END %]
(<a href="/dist/[% review.distribution | uri %]#[% review.id %]">permalink</a>)
</p>

<div class="helpfulq">Was this review helpful to you?&nbsp;
Expand Down

0 comments on commit e4c928b

Please sign in to comment.