Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arugin committed Sep 30, 2013
1 parent 45ae8af commit d84a65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/articles/_article_block.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
= "написано #{article.author.articles.size} #{Russian::pluralize(article.author.articles.size, 'статья','статьи', 'статей')}"
.clear
.views
= "оставлено #{article.author.comments.size} #{Russian::pluralize(article.comments.size, 'комментарий','комментария','комментариев')}"
= "оставлено #{article.author.comments.size} #{Russian::pluralize(article.author.comments.size, 'комментарий','комментария','комментариев')}"
.pull-right{class:"vote-#{article._id}"}
= render :partial => 'common/vote_block', :locals => { :votable => article }
.clear
Expand Down

0 comments on commit d84a65e

Please sign in to comment.