AutoCommit Don Aug 6 20:03:03 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-06 20:03:03 +02:00
parent 7083da8125
commit 390075aa7f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Verwendung: Aufruf mit
<% unless t[:method]==:versions %>
<% unless t[:method]==:dropdown %>
<% text=ff_icon(t[:hicon])+t[:text] %>
<% text=ff_icon(t[:hicon].to_s)+t[:text].to_s %>
<%= link_to text, t[:path], :method=>t[:method], :confirm=>t[:confirm].to_s, :data=>t[:data], :class=>((t[:method].to_s=='delete') ? "btn btn-danger" : "btn") ,:remote=>(t[:remote])?true : false %>
<% else %>
<div class="btn-group">

View File

@@ -38,6 +38,7 @@
</div>
</div>
</div>
<%= render_calentries_for(neuigkeit_view)%>
<% unless neuigkeit_view.meeting.nil? %>