Initial views.
[ecs.git] / app / views / admin / organizations / new.html.erb
blob211c939e5d4cda7c18fcc9b300463b6c8a1820f3
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">New Abreviation</h1>
23 <p>
24 <%= link_to 'Back', admin_organizations_path %>
25 </p>
27 <p>
28 <% form_for [:admin, @organization] do |form| %>
29   <p><%= form.submit "Create" %></p>
30   <%= render :partial => form %>
31   <p><%= form.submit "Create" %></p>
32 <% end %>
33 </p>
35 <p>
36 <%= link_to 'Back', admin_organizations_path %>
37 </p>