Sha256: 2fdf3f3e138052c6c78d6c4408e90a05f603431a8af5400d6cd3d8ccabd47503
Contents?: true
Size: 537 Bytes
Versions: 72
Compression:
Stored size: 537 Bytes
Contents
<%= content_for :breadcrumbs do %> <%= home_breadcrumb %> <% end %> <%= content_for :extra_filters do %> <%= discussion_dropdown_filter :language, discussions_languages(@discussions) do |language_filter| %> <%= language_filter.capitalize %> <% end %> <% end %> <div class="row"> <div class="mu-inline-block-left"> <h1><%= @debatable.name %></h1> </div> </div> <div> <% if @discussions.empty? %> <h4><%= t :no_questions %></h4> <% else %> <%= render partial: 'layouts/discussions' %> <% end %> </div>
Version data entries
72 entries across 72 versions & 1 rubygems