Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Randa <randa.alex@gmail.com>2011-11-19 01:32:26 +0400
committerAlexander Randa <randa.alex@gmail.com>2011-11-19 01:32:26 +0400
commit84fc40f198255594c0e2872eff340fdb33d2d72e (patch)
tree397b82dde57da323b9330fa45de15552aee5d811 /app/views/admin
parentbc591f929d60c9a1a563bd19b659a05dc393cbb2 (diff)
changing admin disign for projects update
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/projects/_form.html.haml1
-rw-r--r--app/views/admin/projects/edit.html.haml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/projects/_form.html.haml b/app/views/admin/projects/_form.html.haml
index 36cc264f175..4a4d469997e 100644
--- a/app/views/admin/projects/_form.html.haml
+++ b/app/views/admin/projects/_form.html.haml
@@ -29,6 +29,7 @@
%br
= f.text_area :description
.clear
+ %hr
.actions
= f.submit 'Save', :class => "lbutton"
diff --git a/app/views/admin/projects/edit.html.haml b/app/views/admin/projects/edit.html.haml
index 3a1591b1b51..cca3343bc3a 100644
--- a/app/views/admin/projects/edit.html.haml
+++ b/app/views/admin/projects/edit.html.haml
@@ -1,3 +1,4 @@
+%h2= @admin_project.name
= render 'form'
= link_to 'Back', admin_projects_path, :class => "right lbutton"