Sha256: a96ff66fb3f0f7097f6d8f49b4ef7435d8276a7aa7472c536615e51deab54ae9

Contents?: true

Size: 634 Bytes

Versions: 4

Compression:

Stored size: 634 Bytes

Contents

<% content_for :breadcrumb do %>
<ol class="breadcrumb">
  <li class="active"><%= _('Organizations') %></li>
</ol>
<% end %>

<ul class="list-unstyled index">
<% @organizations.each do |organization| %>
  <li>
    <%= link_to organization.name, organization %>
    <span class="actions">
      <%= link_to [:edit, organization] do %>
        <span class="glyphicon glyphicon-pencil"></span> <%= _('Edit') %>
      <% end %>
    </span>
  </li>
<% end %>
</ul>

<p>
  <%= link_to(new_organization_path, class: 'btn btn-primary') do %>
    <span class="glyphicon glyphicon-plus"></span> <%= _('Add an organization') %>
  <% end %>
</p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citizen_budget_model-0.0.4 app/views/citizen_budget_model/organizations/index.html.erb
citizen_budget_model-0.0.3 app/views/citizen_budget_model/organizations/index.html.erb
citizen_budget_model-0.0.2 app/views/citizen_budget_model/organizations/index.html.erb
citizen_budget_model-0.0.1 app/views/citizen_budget_model/organizations/index.html.erb