Sha256: 024daeb205f2a02e98bbac1cb3a3d88f93a8089beaa42364eeb2b3091f4a08a5

Contents?: true

Size: 1.09 KB

Versions: 22

Compression:

Stored size: 1.09 KB

Contents

<%= output_errors('', {:class => 'help-box'}) %>

<% custom_form_for(:topic, :url => topics_path, :html => {:method => :post}) do |f| -%>
  <div id="add-data-source" class="services-main span-6 column">
    <h2><%= I18n.t('muck.raker.search_for') %></h2>
    <%= text_field_tag :terms, params[:terms] %>
    <p><%= t('muck.raker.terms_instructions') %></p>
    <div class="button form-row">
      <%= f.submit t('muck.raker.build_topic'), :id => 'generate_topic' %>
      <span id="generating_topic_message" style="display:none;">
        <%= t('muck.raker.generating_topic_message') %><img src="/images/spinner.gif" alt="<%= t('muck.raker.discover_feed_message') %>" />
      </span>
    </div>
  </div>
  <div id="data-sources" class="services-main span-16 column">
    <h2><%= I18n.t('muck.raker.available_sources') %></h2>
    <%= data_sources(@service_categories) %>
  </div>
<% end -%>
<% content_for :javascript do -%>
jQuery(document).ready(function() {
    jQuery('#generate_topic').click(function(){
        jQuery(this).hide();
        jQuery('#generating_topic_message').show();
    });
});
<% end -%>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
muck-raker-0.2.11 app/views/topics/new.html.erb
muck-raker-0.2.10 app/views/topics/new.html.erb
muck-raker-0.2.9 app/views/topics/new.html.erb
muck-raker-0.2.8 app/views/topics/new.html.erb
muck-raker-0.2.7 app/views/topics/new.html.erb
muck-raker-0.2.6 app/views/topics/new.html.erb
muck-raker-0.2.5 app/views/topics/new.html.erb
muck-raker-0.2.4 app/views/topics/new.html.erb
muck-raker-0.2.3 app/views/topics/new.html.erb
muck-raker-0.2.2 app/views/topics/new.html.erb
muck-raker-0.2.0 app/views/topics/new.html.erb
muck-raker-0.1.49 app/views/topics/new.html.erb
muck-raker-0.1.48 app/views/topics/new.html.erb
muck-raker-0.1.47 app/views/topics/new.html.erb
muck-raker-0.1.46 app/views/topics/new.html.erb
muck-raker-0.1.45 app/views/topics/new.html.erb
muck-raker-0.1.43 app/views/topics/new.html.erb
muck-raker-0.1.42 app/views/topics/new.html.erb
muck-raker-0.1.41 app/views/topics/new.html.erb
muck-raker-0.1.40 app/views/topics/new.html.erb