AutoCommit Don Aug 6 20:03:03 CEST 2015
This commit is contained in:
@@ -12,7 +12,7 @@ Verwendung: Aufruf mit
|
|||||||
<% unless t[:method]==:versions %>
|
<% unless t[:method]==:versions %>
|
||||||
<% unless t[:method]==:dropdown %>
|
<% 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 %>
|
<%= 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 %>
|
<% else %>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= render_calentries_for(neuigkeit_view)%>
|
<%= render_calentries_for(neuigkeit_view)%>
|
||||||
|
|
||||||
<% unless neuigkeit_view.meeting.nil? %>
|
<% unless neuigkeit_view.meeting.nil? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user