Skip to content

Commit

Permalink
s/plusser/plussers/
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 14, 2014
1 parent ff124da commit 816a081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Web/Controller/Release.pm
Expand Up @@ -32,9 +32,9 @@ sub index : Chained('/') PathPart('release') CaptureArgs(1) {

}

sub plusser_display : Chained('index') PathPart('plusser') Args(0) {
sub plusser_display : Chained('index') PathPart('plussers') Args(0) {
my ( $self, $c ) = @_;
$c->stash( { template => 'plusser.html' } );
$c->stash( { template => 'plussers.html' } );

}

Expand Down
2 changes: 1 addition & 1 deletion root/inc/author-pic.html
Expand Up @@ -14,7 +14,7 @@
<!-- Display counts of plussers-->
<p>
<% IF plusser_authors.size %>
<a href="/release/<% plusser_data %>/plusser"><% plusser_authors.size %> PAUSE user(s)</a><br>
<a href="/release/<% plusser_data %>/plussers"><% plusser_authors.size %> PAUSE user(s)</a><br>
<% END %>
<% IF plusser_others %>
<% plusser_others %> non-PAUSE user(s).
Expand Down
File renamed without changes.

0 comments on commit 816a081

Please sign in to comment.