Sha256: 4f21ab09b7297ccefc18fc5fc07b528a07d7e129d43c0f97518c08fbcd125e5b
Contents?: true
Size: 841 Bytes
Versions: 68
Compression:
Stored size: 841 Bytes
Contents
<% if @content_module.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(@content_module.errors.count, "error") %> prohibited this content_module from being saved:</h2> <ul> <% @content_module.errors.full_messages.each do |message| %> <li><%= message %></li> <% end %> </ul> </div> <% end %> <div class="form-group"> <%= f.label :title %> <%= f.text_field :title, class: "form-control" %> </div> <div class="form-group"> <%= f.label :tool %> <%= f.select(:bit_core_tool_id, @tools.where("bit_core_tools.type IS NULL OR bit_core_tools.type != 'Tools::Learn'").collect {|p| [ p.title, p.id ] }, {}, class: "form-control") %> </div> <div class="form-group"> <%= f.label :position %> <%= f.number_field :position, class: "form-control" %> </div>
Version data entries
68 entries across 68 versions & 1 rubygems