Skip to content

Commit

Permalink
fixed new group form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kohlhofer committed Jun 8, 2009
1 parent 5ca8516 commit 52b5043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/groups/_form.html.erb
@@ -1,4 +1,4 @@
<div id="main">

<div class="largeForm">
<h1><%= @page_title = @group.new_record? ? "Create group" : "Edit group" %></h1>

Expand Down Expand Up @@ -38,4 +38,3 @@


</div>
</div>

0 comments on commit 52b5043

Please sign in to comment.