Sha256: c33dd224f8515ddf58f721300aaee39d732d309dd90b1b9ec3727062d23f931f

Contents?: true

Size: 260 Bytes

Versions: 8

Compression:

Stored size: 260 Bytes

Contents

.clear
%br
.padded
  %h2= :popular_polls.l
  %ul
    -polls.each do |poll|
      %li
        =link_to "#{truncate(poll.question, :length => 75)} <small class='quiet'>(#{pluralize poll.votes.count, :votes.l})</small>", user_post_path(poll.post.user, poll.post)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/polls/_polls_sidebar.html.haml
community_engine-2.3.1 app/views/polls/_polls_sidebar.html.haml
community_engine-2.3.0 app/views/polls/_polls_sidebar.html.haml
community_engine-2.1.0 app/views/polls/_polls_sidebar.html.haml
community_engine-2.0.0 app/views/polls/_polls_sidebar.html.haml
community_engine-2.0.0.beta3 app/views/polls/_polls_sidebar.html.haml
community_engine-2.0.0.beta2 app/views/polls/_polls_sidebar.html.haml
community_engine-2.0.0.beta1 app/views/polls/_polls_sidebar.html.haml