datepicker tryout

This commit is contained in:
Andreas Stephanides
2013-08-28 16:47:33 +02:00
parent 23c1f50325
commit 3c755d09db
7 changed files with 48 additions and 18 deletions

View File

@@ -13,12 +13,12 @@
<% if can?(:verwalten,Gremium) %>
<% if request.fullpath == gremien_path %>
<% if request.fullpath == verwalten_gremien_path %>
<li class="active pull-right">
<% else %>
<li class="pull-right">
<% end %>
<%= link_to "Verwaltung", gremien_path %>
<%= link_to "Verwaltung", verwalten_gremien_path %>
</li>
<% end %>
</ul>