Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Project: made the changeVCS page simpler
Browse files Browse the repository at this point in the history
Updated the view to show the vcs change more intuitive and simpler than before.
  • Loading branch information
Keesun Baik committed Aug 25, 2014
1 parent 986253d commit e24000a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/views/project/change_vcs.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@
@partial_settingmenu(project)
<div class="bubble-wrap gray wp">
<div class="row-fluid">
<div class="cu-label">@Messages("project.changeVCS.current.vcs")</div>
<div class="cu-desc">
<p>
@project.vcs
</p>
</div>
</div>
<div class="row-fluid">
<div class="cu-label">@Messages("project.changeVCS")</div>
<h3>@project.vcs <i class="yobicon-right-2 vmiddle"></i> @project.nextVCS</h3>
<div class="cu-desc">
<ul>
<li class="notice"><strong>@Messages("project.changeVCS.description1", project.nextVCS)</strong></li>
Expand Down

0 comments on commit e24000a

Please sign in to comment.