small fixes

removed beispiel show action
beautified search url
anchors for faqs fixed
This commit is contained in:
Andreas Stephanides
2014-03-29 14:05:33 +01:00
parent 5134e25b81
commit ddb230604c
9 changed files with 19 additions and 33 deletions

View File

@@ -21,7 +21,8 @@
</div>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<%= f.action :submit, :as => :button, :label=>"Sdf"+raw(fa_icon("save"))%>
<%= f.action :cancel, :as => :link %>
<% end %>
<% end %><% end %>

View File

@@ -1,3 +1,8 @@
<a name="thema_<%=small.id%>" href="#<%=small.id%>">
<h2><%= small.title %></h2>
</a>
<%= raw(small.text) %>
<br/>
<%= raw("<b>FAQs:</b>") unless small.fragen.empty? %>