Sha256: 893e523aa284c84f881eb651264777253c2c3e666757b1a6f90531554130a97e
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
<% content_for :header do %> <div class="main-header--buttons"> <%= link_to "<i class=\"fa fa-plus\" aria-hidden=\"true\"></i> New Structure".html_safe, new_structure_path, class: 'main-header--link b-btn b-btn-primary' %> </div> <p class="main-header--title"><%= t('binda.edit_structure', { arg1: @structure.name })%></p> <a href="<%= structures_path %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> Back to list</a> <% end %> <% content_for :content do %> <%= render 'form_body', structure: @structure %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems