Wiki integriert in HP

This commit is contained in:
2014-06-03 18:23:14 +05:30
parent adfec2446e
commit bd073e0835
18 changed files with 309 additions and 30 deletions

View File

@@ -1,31 +1,23 @@
<div class="content-wrap content-column">
<%= render :partial=>'layouts/pretty_toolbar' %>
<p> <%= link_to "FAQS", faqs_themengruppen_path,class: :btn %></p>
<ul class="unstyled linkbox-list">
<li>
<% @themengruppen.each do |themengruppe| %>
<%= render :partial=>'layouts/pretty_toolbar' %>
<p>
<%= link_to "FAQS", faqs_themengruppen_path,class: :btn %>
</p>
<ul class="unstyled linkbox-list">
<li>
<% @themengruppen.each do |themengruppe| %>
<div class="container-fluid">
<%= render themengruppe %>
<br/>
<div class="row-fluid">
<!--
<%= link_to 'Edit', edit_themengruppe_path(themengruppe) %>
-->
</div>
<%= render themengruppe if can?(:show,themengruppe)%>
</div>
<% end %>
</li>
</ul>
<% end %>
</li>
</ul>
<br/>
<br/>
</div>
<script class="hidden-phone">
<script class="hidden-phone">
<!-- make_equal_height();
-->
</script>