Sha256: 706db2a814a3e4b1ce86624357c51b39cf2df8da6808b095415a24229ae515b8

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

<% content_for :breadcrumb do %>
<ol class="breadcrumb">
  <li><%= link_to _('Organizations'), organizations_path %></li>
  <li><%= link_to @organization.name, @organization %></li>
  <li class="active"><%= _('Edit') %></li>
</ol>
<% end %>

<%= render 'form' %>

Version data entries

4 entries across 4 versions & 1 rubygems

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