forked from bofh/fetsite
AutoCommit Sam Aug 1 20:03:01 CEST 2015
This commit is contained in:
@@ -14,8 +14,6 @@
|
|||||||
:url=>neuigkeit_url(:theme=>nil)
|
:url=>neuigkeit_url(:theme=>nil)
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
||||||
<%= display_meta_tags %>
|
<%= display_meta_tags %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
@@ -32,18 +30,19 @@
|
|||||||
|
|
||||||
<div class="content-column content-wrap">
|
<div class="content-column content-wrap">
|
||||||
<%= link_to "Refresh", neuigkeit_path(@neuigkeit), remote: true %>
|
<%= link_to "Refresh", neuigkeit_path(@neuigkeit), remote: true %>
|
||||||
<p id="notice"><%= notice %></p>
|
<p id="notice">
|
||||||
|
<%= notice %>
|
||||||
|
</p>
|
||||||
<%= render partial: "neuigkeit_view", object: @neuigkeit %>
|
<%= render partial: "neuigkeit_view", object: @neuigkeit %>
|
||||||
<% @neuigkeit.questions.each do |q| %>
|
<% @neuigkeit.questions.each do |q| %>
|
||||||
<%= render q%>
|
<%= render q%>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fb-like" data-href"<%= rubrik_neuigkeit_url(@rubrik,@neuigkeit,{themes: nil, locale: nil})%>" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
|
<div class="fb-like" data-href"<%= rubrik_neuigkeit_url(@rubrik,@neuigkeit,{themes: nil, locale: nil})%>" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
|
||||||
|
|
||||||
<% if can? :find_link , @neuigkeit %>
|
<% if can? :find_link , @neuigkeit %>
|
||||||
<a id="findlink-open" href="#"><%= fa_icon("link")%> Neue Verknüpfungen </a>
|
<a id="findlink-open" href="#"><%= fa_icon("link")%> Neue Verknüpfungen </a>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= render partial: 'neuigkeiten/nlink_list_whole', :object=>@neuigkeit.nlinks %>
|
<%= render partial: 'neuigkeiten/nlink_list_whole', :object=>@neuigkeit.nlinks %>
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
<%= f.input :query, :input_html => { :name => 'query' },:label=>false %>
|
<%= f.input :query, :input_html => { :name => 'query' },:label=>false %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= render partial: 'nlink_list_search_whole', object: @nlink_search %>
|
<%= render partial: 'nlink_list_search_whole', object: @nlink_search %>
|
||||||
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user