Sha256: 5185522a0e5d4f0917819aa516c49897e5b654b65c5ec7ad5ab725fe3ee991d4

Contents?: true

Size: 1.15 KB

Versions: 13

Compression:

Stored size: 1.15 KB

Contents

<% content_for :body do %>
  <%= render partial: 'naf/shared/information_container', locals: { record_name: naf_table_title } %>
  <%= render partial: 'search_container' %>
  <%= render partial: 'naf/shared/select_per_page' %>

  <div id="flash_message">
    <% unless notice.blank? %>
      <script type='text/javascript'>
        jQuery("<p id='notice'><%= notice %></p>")
            .appendTo('#flash_message')
            .slideDown().delay(5000).slideUp();
      </script>
    <% end %>
  </div>

  <table id='datatable'>
    <thead>
      <tr>
        <th>Id</th>
        <th>Title</th>
        <th>Short Name</th>
        <th>Type</th>
        <th>Application Schedules</th>
        <th>Last Queued At</th>
        <th>Actions</th>
      </tr>
    </thead>
    <tbody>
      <tr></tr>
    </tbody>
  </table>

  <% content_for :javascripts do %>
    <%= javascript_include_tag("dataTablesTemplates/applications.js") %>
    <script type='text/javascript'>
      var sAjaxSource = "<%= naf.applications_path(:json) %>";
      var postSource = "<%= naf.historical_jobs_path(:json) %>";
    </script>
  <% end %>
<% end %>

<%= render partial: 'naf/shared/application' %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/applications/index.html.erb
naf-2.1.12 app/views/naf/applications/index.html.erb
naf-2.1.11 app/views/naf/applications/index.html.erb
naf-2.1.10 app/views/naf/applications/index.html.erb
naf-2.1.9 app/views/naf/applications/index.html.erb
naf-2.1.8 app/views/naf/applications/index.html.erb
naf-2.1.6 app/views/naf/applications/index.html.erb
naf-2.1.5 app/views/naf/applications/index.html.erb
naf-2.1.4 app/views/naf/applications/index.html.erb
naf-2.1.3 app/views/naf/applications/index.html.erb
naf-2.1.2 app/views/naf/applications/index.html.erb
naf-2.1.1 app/views/naf/applications/index.html.erb
naf-2.1.0 app/views/naf/applications/index.html.erb