Sha256: f97578fbd27c8aabf5750df1ed5bd115ed620b7e383bda73eaf9d2e7fbf18e0a
Contents?: true
Size: 588 Bytes
Versions: 15
Compression:
Stored size: 588 Bytes
Contents
<%= page_header :title => 'Import' %> <%= render 'dashboard/sidebar' %> <%= form_tag import_url, :method => :post, :multipart => true , :class => "form-horizontal" do %> <%= input_block :label => 'NTriples File' do %> <%= file_field_tag 'ntriples_file' %> <% end %> <%= input_block :label => 'Default namespace' do %> <%= text_field_tag 'default_namespace', root_url(:format => nil, :lang => nil, :trailing_slash => true).gsub(/\/\/$/, "/") %> <% end %> <div class="form-actions"> <%= submit_tag 'Import', :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems