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 <dmitriy.zaporozhets@gmail.com>2016-02-26 17:02:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-26 17:02:34 +0300
commit012ea64d0027c3c047448fd5992f0312dac1d525 (patch)
tree11b1c5de9274fbabcbf07d0510ae60e406baefab /app/views/help
parentd51f3b7b3533d44200455d361ee29ef13b121e40 (diff)
Fix description margin for groups list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml22
1 files changed, 21 insertions, 1 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index 746386cab58..f3f687eb6d9 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -64,8 +64,10 @@
%h2#lists Lists
- %h4
+ .lead
+ Simple list using
%code .content-list
+
%ul.content-list
%li
One item
@@ -74,6 +76,24 @@
%li
One item
+ .lead
+ List with avatar, title and description using
+ %code .content-list
+
+ %ul.content-list
+ %li
+ = image_tag 'no_avatar.png', class: 'avatar s40'
+ .title Title
+ .description Description
+ %li
+ = image_tag 'no_avatar.png', class: 'avatar s40'
+ .title Title
+ .description Description
+ %li
+ = image_tag 'no_avatar.png', class: 'avatar s40'
+ .title Title
+ .description Description
+
%h4
%code .well-list
%ul.well-list