Skip to content

Commit

Permalink
Be clearer that the number in the paste header is lines. Closes Rayne…
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Jul 4, 2012
1 parent a2b0f53 commit 5a82cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refheap/views/templates/pasted.mustache
Expand Up @@ -2,7 +2,7 @@
<div class="clearfix" id="pasteinfo">
<ul class="spacedlist" id="infolist">
<li>{{language}}</li>
<li>{{lines}}</li>
<li><abbr title="{{lines}} lines in this paste">{{lines}} L</abbr></li>
{{#private}}
<li class="private">Private</li>
{{/private}}
Expand Down

0 comments on commit 5a82cab

Please sign in to comment.