Sha256: 6111a2faf156b6dffc7d1805cb6e24acab5e4236b85aa00e98fefa0d4f6bbac9

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

<% set_javascript_include ['re_pipeline_index', 're_pipeline_new'] %>
<% set_subnav 'All Pipelines', link_to("New Pipeline", new_re_pipeline_path, :class => "pipeline-new") %>

<div class="prepend-1 span-22 append-1" id="index_pipelines_empty">
  <div class="clear" id="pipeline_index"></div>
  
  <%= render 'empty', :hide => !@re_pipelines.empty? %>

  <% @re_pipelines.each do | re_pipeline | %>
    <%= render 'index', :re_pipeline => re_pipeline %>
  <% end %>  

</div>  
<div class="clear"></div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rules_engine-0.0.1 rails_generators/templates/app/views/re_pipelines/index.html.erb