Showing 1 changed files with 11 additions and 4 deletions
+11 -4
templates/settings.html.ep
... ...
@@ -199,24 +199,31 @@
199 199
             </form>
200 200
           </li>
201 201
         </ul>
202
-        
202
+
203 203
         <ul class="project-settings-main">
204 204
           <li>
205 205
             <h4>
206
-              Settings
206
+              Description
207 207
             </h4>
208 208
           </li>
209 209
           <li>
210 210
             <form action="<%= url_for->query(op => 'change-description') %>" method="post">
211
-              <div >Description</div>
212 211
               <div>
213 212
                 % my $description = $git->description($user, $project);
214 213
                 % $description = '' unless defined $description;
215
-                %= text_field 'description' => $description;
214
+                %= text_field 'description' => $description, style => "width:90%";
216 215
                 <input type="submit" class="btn" value="Save">
217 216
               </div>
218 217
             </form>
219 218
           </li>
219
+        </ul>
220
+        
221
+        <ul class="project-settings-main">
222
+          <li>
223
+            <h4>
224
+              Settings
225
+            </h4>
226
+          </li>
220 227
           <li>
221 228
             <form id="form-default-branch" action="<%= url_for->query(op => 'default-branch') %>" method="post">
222 229
               Default Branch