Initial views.
[ecs.git] / app / views / admin / organizations / edit.html.erb
blob967cf8cd8dcca59eef930ea0d65485d1585b389a
1 <!--
2 Copyright (C) 2007, 2008, 2009, 2010 Heiko Bernloehr (FreeIT.de).
4 This file is part of ECS.
6 ECS is free software: you can redistribute it and/or modify it
7 under the terms of the GNU Affero General Public License as
8 published by the Free Software Foundation, either version 3 of
9 the License, or (at your option) any later version.
11 ECS is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 Affero General Public License for more details.
16 You should have received a copy of the GNU Affero General Public
17 License along with ECS. If not, see <http://www.gnu.org/licenses/>.
18 -->
21 <h1 class="box1">Edit Organization</h1>
23 <p>
24 <%= link_to 'Show', admin_organization_path(@organization)%> |
25 <%= link_to 'Back', admin_organizations_path %>
26 </p>
28 <p>
29 <% form_for [:admin, @organization], :method => :put do |form| %>
30   <p><%= form.submit 'Save' %></p>
31   <%= render :partial => form %>
32   <p><%= form.submit 'Save' %></p>
33 <% end %>
34 </p>
36 <p>
37 <%= link_to 'Show', admin_organization_path(@organization)%> |
38 <%= link_to 'Back', admin_organizations_path %>
39 </p>