output raw html from helper

pull/6827/head
Christian Rijke 12 years ago
parent 2ce71d0bb6
commit 87df1ca9af
  1. 2
      app/views/meeting_contents/_show.html.erb

@ -1,7 +1,7 @@
<%- content, content_type = tab[:content], tab[:content_type] if defined?(tab) && tab.present? -%>
<div class="meeting_content <%= content_type %>">
<div class="contextual">
<%= meeting_content_context_menu content, content_type %>
<%=raw meeting_content_context_menu content, content_type %>
</div>
<h2><%=l :"label_#{content_type}" %></h2>
<% if can_edit_meeting_content?(content, content_type) -%>

Loading…
Cancel
Save