File tree 5 files changed +47
-0
lines changed
5 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,10 @@ projects:
391
391
license :
392
392
name : LGPL v2.1
393
393
url : https://github.com/hibernate/hibernate-tools/blob/master/lgpl.txt
394
+ jira :
395
+ key : HBX
396
+ github :
397
+ project : hibernate-tools
394
398
menu :
395
399
intern :
396
400
- name : About
Original file line number Diff line number Diff line change 63
63
- href = " /community/contributors/reactive/"
64
64
%a.item{:href => href, :class => " #{ (current_path.start_with?( href ) ? " selected" : " " ) } " }
65
65
Hibernate Reactive
66
+ - href = " /community/contributors/tools/"
67
+ %a.item{:href => href, :class => " #{ (current_path.start_with?( href ) ? " selected" : " " ) } " }
68
+ Hibernate Tools
69
+ - href = " /community/contributors/ogm/"
70
+ %a.item{:href => href, :class => " #{ (current_path.start_with?( href ) ? " selected" : " " ) } " }
71
+ Hibernate OGM
66
72
67
73
- href = " /community/corporate-contributors/"
68
74
- active = (href == current_path)
Original file line number Diff line number Diff line change 50
50
%a.item(href=" /community/contributors/validator/" ){:class => " #{ (item_active ? " active" : " " ) } " }
51
51
%i.grid.icon.checkmark.box
52
52
Contributors to Validator
53
+ - item_active = (current_path == '/community/contributors/reactive/')
54
+ %a.item(href=" /community/contributors/reactive/" ){:class => " #{ (item_active ? " active" : " " ) } " }
55
+ %i.grid.icon.sitemap
56
+ Contributors to Reactive
57
+ - item_active = (current_path == '/community/contributors/tools/')
58
+ %a.item(href=" /community/contributors/tools/" ){:class => " #{ (item_active ? " active" : " " ) } " }
59
+ %i.grid.icon.sitemap
60
+ Contributors to Tools
53
61
- item_active = (current_path == '/community/contributors/ogm/')
54
62
%a.item(href=" /community/contributors/ogm/" ){:class => " #{ (item_active ? " active" : " " ) } " }
55
63
%i.grid.icon.sitemap
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: community-contributors
3
+ title: Contributors to Hibernate Tools
4
+ project: tools
5
+ ---
Original file line number Diff line number Diff line change @@ -86,3 +86,27 @@ title: Hibernate Team
86
86
$( '#list' ).fadeIn();
87
87
});
88
88
});
89
+
90
+ %h2{:id => " contributors" } Contributors
91
+
92
+ .ui.icon.message
93
+ %i.icon.users
94
+ .content
95
+ Hibernate projects are not made just by members,
96
+ they're the result of the work of hundreds of contributors!
97
+ <br>
98
+ Follow the links below to find them all.
99
+
100
+ .ui.labels.blue
101
+ %a.ui.label(href=" /community/contributors/orm/" )
102
+ Hibernate ORM
103
+ %a.ui.label(href=" /community/contributors/search/" )
104
+ Hibernate Search
105
+ %a.ui.label(href=" /community/contributors/validator/" )
106
+ Hibernate Validator
107
+ %a.ui.label(href=" /community/contributors/reactive/" )
108
+ Hibernate Reactive
109
+ %a.ui.label(href=" /community/contributors/tools/" )
110
+ Hibernate Tools
111
+ %a.ui.label(href=" /community/contributors/ogm/" )
112
+ Hibernate OGM
You can’t perform that action at this time.
0 commit comments