Sha256: 2e5fb709fe216dca385214e395040727f273199dfab9b4c916f3742a04954e5e

Contents?: true

Size: 1.9 KB

Versions: 20

Compression:

Stored size: 1.9 KB

Contents

<div class="row">
      
  <div class="col-md-12">
    
    <div class="tabs-vertical-env">

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

          <div id="div_project_action_buttons">
            <div class="row">
              <div class="col-sm-6">
                <%= theme_button('Add a Project', 'plus', dhatu.new_project_path(ct: @category.try(:id)), classes: "pull-left mr-10", btn_type: "success") if @current_user.has_create_permission?(Dhatu::Project) %>

                <%= theme_button('Refresh', 'refresh', dhatu.projects_path(ct: @category.try(:id)), classes: "pull-left mr-10", btn_type: "white") %>
              </div>
              <div class="col-sm-6">
                <%= search_form_kuppayam(Dhatu::Project, dhatu.projects_path(), 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_project_index">
            <%= render :partial=>"dhatu/projects/index" %>
          </div>
          <%= clear_tag(10) %>

        </div>
      </div>

    </div>
    
  </div>

</div>

<script type="text/javascript">
  $('body').on('change', '#inp_name', function() {
    var projectId = $('#inp_permalink').data("id");
    if(projectId){
    } else {
      var permalink = convertToSlug($(this).val()).slice(0, 63);
      $('#inp_permalink').val(permalink);
    }
  });
</script>


Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/projects/index.html.erb
dhatu-0.2.3 app/views/dhatu/projects/index.html.erb
dhatu-0.2.2 app/views/dhatu/projects/index.html.erb
dhatu-0.2.1 app/views/dhatu/projects/index.html.erb
dhatu-0.2.0 app/views/dhatu/projects/index.html.erb
dhatu-0.1.25 app/views/dhatu/projects/index.html.erb
dhatu-0.1.24 app/views/dhatu/projects/index.html.erb
dhatu-0.1.23 app/views/dhatu/projects/index.html.erb
dhatu-0.1.22 app/views/dhatu/projects/index.html.erb
dhatu-0.1.21 app/views/dhatu/projects/index.html.erb
dhatu-0.1.20 app/views/dhatu/projects/index.html.erb