Sha256: 965882f2ec9fdbcc3fbc92ab86c57795bf910bef409d7dfb84aed51762ffbcd8

Contents?: true

Size: 469 Bytes

Versions: 13

Compression:

Stored size: 469 Bytes

Contents

<div id="div_section_<%= section.id %>" class="row ml-30 mb-5">
  <span class="pull-left">
    <%= link_to raw("<i class='fa-reorder mr-10'></i>#{section.name}"), section_path(section), remote: true, style: "font-size: 18px;;color:#4b4b4b;margin-right:20px;" %>
  </span>
  <span class="action-links">
    <%= display_manage_links(section, @current_user) %>
    <%= display_publishable_links(section) if @current_user.super_admin? %>
  </span>
  <%= clear_tag %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/sections/_row.html.erb
dhatu-0.2.3 app/views/dhatu/sections/_row.html.erb
dhatu-0.2.2 app/views/dhatu/sections/_row.html.erb
dhatu-0.2.1 app/views/dhatu/sections/_row.html.erb