Sha256: 8d0d12b925b0a1bbed515544ad7dec71fef93f0edf2a7542525f0dfb270ba8fb

Contents?: true

Size: 365 Bytes

Versions: 9

Compression:

Stored size: 365 Bytes

Contents

<%
  stylesheets = component[:attributes][:stylesheets]
  javascripts = component[:attributes][:javascripts]
%>

<% if stylesheets.present? %>
  <style><%= stylesheets.html_safe %></style>
<% end %>

<% if javascripts.present? %>
  <script><%= javascripts.html_safe %></script>
<% end %>

<%= render 'promethee/show/components', components: component[:children] %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
promethee-1.3.19 app/views/promethee/components/page/_show.html.erb
promethee-1.3.18 app/views/promethee/components/page/_show.html.erb
promethee-1.3.17 app/views/promethee/components/page/_show.html.erb
promethee-1.3.16 app/views/promethee/components/page/_show.html.erb
promethee-1.3.15 app/views/promethee/components/page/_show.html.erb
promethee-1.3.13 app/views/promethee/components/page/_show.html.erb
promethee-1.3.12 app/views/promethee/components/page/_show.html.erb
promethee-1.3.11 app/views/promethee/components/page/_show.html.erb
promethee-1.3.10 app/views/promethee/components/page/_show.html.erb