From e24000a10c3f84fab62b99fbce4d55cb27403d29 Mon Sep 17 00:00:00 2001 From: Keesun Baik Date: Mon, 25 Aug 2014 14:55:28 +0900 Subject: [PATCH] Project: made the changeVCS page simpler Updated the view to show the vcs change more intuitive and simpler than before. --- app/views/project/change_vcs.scala.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/views/project/change_vcs.scala.html b/app/views/project/change_vcs.scala.html index e646521e3..a645c5ca9 100644 --- a/app/views/project/change_vcs.scala.html +++ b/app/views/project/change_vcs.scala.html @@ -30,15 +30,7 @@ @partial_settingmenu(project)
-
@Messages("project.changeVCS.current.vcs")
-
-

- @project.vcs -

-
-
-
-
@Messages("project.changeVCS")
+

@project.vcs @project.nextVCS

  • @Messages("project.changeVCS.description1", project.nextVCS)