diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-15 10:01:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-15 10:01:15 +0300 |
commit | 2a0739010467030e8ea74d30b6188aa06444fa8c (patch) | |
tree | a0c1f8a1c48e31b100f33028e1c34375c888fb85 /app/views/projects/network | |
parent | c49dcbacc3455ccfa149375a2f792b5f3c5223ec (diff) | |
download | gitlab-ce-2a0739010467030e8ea74d30b6188aa06444fa8c.tar.gz |
Remove unnecessary title. Fix graphs width for less then 1214px resolution
Diffstat (limited to 'app/views/projects/network')
-rw-r--r-- | app/views/projects/network/_head.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/network/_head.html.haml b/app/views/projects/network/_head.html.haml index d59e82406fd..59ce787e187 100644 --- a/app/views/projects/network/_head.html.haml +++ b/app/views/projects/network/_head.html.haml @@ -1,5 +1,3 @@ -%h3.page-title Project Network Graph - .clearfix .pull-left = render partial: 'shared/ref_switcher', locals: {destination: 'graph'} |