This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
wiki_external_filter/app/views/wiki_external_filter/headers.html.erb

11 lines
235 B
Plaintext

<%
content_for :header_tags do
if not @stylesheets_included
@stylesheets_included = true
%>
<%= stylesheet_link_tag "wiki_external_filter.css", :plugin => "wiki_external_filter", :media => :all %>
<%
end
end
%>