Sha256: 64531d3a955a16250d9c821dc447d574d0601d2e76f2917c5f31f3043b362123

Contents?: true

Size: 1.63 KB

Versions: 9

Compression:

Stored size: 1.63 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <ul class="nav nav-tabs nav-tabs-justified">
    </ul>

    <div class="tab-content">
      <div class="tab-pane active">

        <div id="div_career_opportunity_action_buttons">
          
          <div class="row">
            <div class="col-sm-6">
              <%= theme_button('Add a CareerOpportunity', 'plus', new_career_opportunity_path(), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::CareerOpportunity) %>

              <%= theme_button('Refresh', 'refresh', career_opportunities_path(st: @status), classes: "pull-left mr-10", btn_type: "white") %>
            </div>
            <div class="col-sm-6">
              <%= search_form_kuppayam(Dhatu::CareerOpportunity, career_opportunities_path(st: @status), text: @filters[:query]) %>
            </div>
          </div>

          <div class="row">
            <div class="col-md-12 visible-sm visible-xs mt-10">
            </div>
            <div class="col-md-12">
              <% @filter_ui_settings.each do |filter_name, options| %>
                <% if options[:object_filter] == true %>
                  <%= report_object_filter(filter_name, options) %>
                <% else %>
                  <%= report_filter(filter_name, options) %>
                <% end %>
              <% end %>
            </div>
          </div>

        </div>
        <%= clear_tag(10) %>

        <div id="div_career_opportunity_index">
          <%= render :partial=>"dhatu/career_opportunities/index" %>
        </div>
        <%= clear_tag(10) %>

      </div>
    </div>

  </div>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/career_opportunities/index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/career_opportunities/index.html.erb