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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-30 10:26:45 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-30 10:27:02 +0400
commitcd3d50caf2691116424a8df73939f095814c7ab5 (patch)
tree11650467befbe9917c9de13fe43b19f2c0ddd13c /app/views/commits
parent5b88c1e34cfcf841d14a2a70cf582c87339475c5 (diff)
Changed colors for buttons. Imporved preview area. Added clone panel to empty project
Diffstat (limited to 'app/views/commits')
-rw-r--r--app/views/commits/compare.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/compare.html.haml b/app/views/commits/compare.html.haml
index be915cd1038..7dab1f5c0fa 100644
--- a/app/views/commits/compare.html.haml
+++ b/app/views/commits/compare.html.haml
@@ -20,7 +20,7 @@
= "..."
= text_field_tag :to, params[:to], placeholder: "aa8b4ef", class: "xlarge"
.actions
- = submit_tag "Compare", class: "btn btn-primary"
+ = submit_tag "Compare", class: "btn primary"
- unless @commits.empty?