File tree 2 files changed +5
-11
lines changed
app/views/repository_git_notifications
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 24
24
25
25
%div{ style: 'display:block;height:10px;clear:both;' }
26
26
27
- %table { class: 'list git_mailing_list ' }
27
+ %table { class: 'table table- hover ' }
28
28
%thead
29
29
%tr
30
30
%th= l(:label_git_notification_default_list)
36
36
%tr
37
37
%td
38
38
- if @repository.default_list.any?
39
- %ul
39
+ %ul{ class: 'list- unstyled' }
40
40
- @repository.default_list.each do |item|
41
41
%li= item
42
42
43
43
%td
44
44
- if !@git_notification.nil? && @git_notification.include_list.any?
45
- %ul
45
+ %ul{ class: 'list- unstyled' }
46
46
- @git_notification.include_list.sort.each do |item|
47
47
%li= item
48
48
49
49
%td
50
50
- if !@git_notification.nil? && @git_notification.exclude_list.any?
51
- %ul
51
+ %ul{ class: 'list- unstyled' }
52
52
- @git_notification.exclude_list.sort.each do |item|
53
53
%li= item
54
54
55
55
%td
56
56
- if @repository.mail_mapping.any?
57
- %ul
57
+ %ul{ class: 'list- unstyled' }
58
58
- @repository.mail_mapping.each do |item, from|
59
59
%li
60
60
= item
Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ PLUGIN ICONS
9
9
.icon-git { padding-right : 15px ; }
10
10
.icon-git-disabled { opacity : 0.5 ; }
11
11
12
- table .git_mailing_list { width : 100% ; margin-top : 15px ; }
13
- table .git_mailing_list th { width : 25% ; }
14
- table .git_mailing_list td { text-align : center; }
15
- table .git_mailing_list td ul { padding-left : 0px ; list-style-type : none; }
16
-
17
-
18
12
/*
19
13
PLUGIN SETTINGS
20
14
*/
You can’t perform that action at this time.
0 commit comments