Sha256: c11159f7802fa31273f29afca52fcb90e29c04d8e426a0624e4f468fd2750689

Contents?: true

Size: 648 Bytes

Versions: 22

Compression:

Stored size: 648 Bytes

Contents

<%= title 'Administrace' %>
<% @admin_modules.each_with_index do |admin_module, _index| %>
  <div class="col-lg-<%= @modules_count == 1 ? '12' : '6' %>" id="<%= dom_id(admin_module) %>">
    <h3><%= t(admin_module.title, scope: [:admin_module, :titles], default: admin_module.title) %></h3>
    <% if admin_module.body_path.is_a?(Symbol) %>
      <%= render(partial: "admin_modules/#{admin_module.body_path}", locals: { admin_module: admin_module }) -%>
    <% else %>
      <%= format_text(admin_module.body_path) -%>
    <% end -%>
  </div>
<% end -%>

<%= content_for :meta_tags do %>
    <meta name="turbolinks-root" content="/admin">
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
symphonia-3.4.0 app/views/symphonia/admin/index.html.erb
symphonia-3.3.4 app/views/symphonia/admin/index.html.erb
symphonia-3.3.3 app/views/symphonia/admin/index.html.erb
symphonia-3.3.2 app/views/symphonia/admin/index.html.erb
symphonia-3.3.0 app/views/symphonia/admin/index.html.erb
symphonia-3.2.4 app/views/symphonia/admin/index.html.erb
symphonia-3.2.3 app/views/symphonia/admin/index.html.erb
symphonia-3.2.2 app/views/symphonia/admin/index.html.erb
symphonia-3.2.1 app/views/symphonia/admin/index.html.erb
symphonia-3.1.5 app/views/symphonia/admin/index.html.erb
symphonia-3.1.4 app/views/symphonia/admin/index.html.erb
symphonia-3.1.3 app/views/symphonia/admin/index.html.erb
symphonia-3.1.2 app/views/symphonia/admin/index.html.erb
symphonia-3.1.1 app/views/symphonia/admin/index.html.erb
symphonia-3.1.0 app/views/symphonia/admin/index.html.erb
symphonia-3.0.3 app/views/symphonia/admin/index.html.erb
symphonia-3.0.2 app/views/symphonia/admin/index.html.erb
symphonia-2.2.1 app/views/symphonia/admin/index.html.erb
symphonia-3.0.1 app/views/symphonia/admin/index.html.erb
symphonia-3.0.0 app/views/symphonia/admin/index.html.erb