Sha256: 75f01a02309b9d50b3209bdc4197d87ffb7f63d158ccc5f96dcc4ed2642fdd12
Contents?: true
Size: 748 Bytes
Versions: 22
Compression:
Stored size: 748 Bytes
Contents
<div id="sidebar"> <% if can_participate_in_rostra? %> <% unless current_rostra_page?('questions#new') || current_rostra_page?('questions#edit') %> <%= link_to 'Ask a question', new_question_path, class: "button" %> <% end %> <% else %> <%= link_to 'Login to ask a question', main_app_login_path, class: "button" %> <% end %> <% if can_participate_in_rostra? && current_rostra_page?('questions#show') %> <%= render partial: 'rostra/shared/toggle_following_question_button', locals: { question: @question } %> <% end %> <h4>Trending questions</h4> <ul id="trending_questions"> <% Rostra::Question.trending.each do |question| %> <li><%= link_to question.title, question %></li> <% end %> </ul> </div>
Version data entries
22 entries across 22 versions & 1 rubygems