Skip to content

Commit 547b904

Browse files
authored
Merge pull request #3390 from 1-1sam/codeberg
Add Codeberg to profile options
2 parents 212a283 + 7515194 commit 547b904

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

lib/MetaCPAN/Web/Model/API/Author.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ my $profile_data = {
113113
name => 'Bitbucket',
114114
url_format => 'https://bitbucket.org/%s',
115115
},
116+
codeberg => {
117+
name => 'Codeberg',
118+
url_format => 'https://codeberg.org/%s',
119+
},
116120
coderwall => {
117121
name => 'Coderwall',
118122
url_format => 'https://coderwall.com/%s',
393 Bytes
Loading

root/static/less/account.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
&.profile-brightkite .control-label {
7272
background-image: url(/static/images/profile/brightkite.png);
7373
}
74+
&.profile-codeberg .control-label {
75+
background-image: url(/static/images/profile/codeberg.png);
76+
}
7477
&.profile-coderwall .control-label {
7578
background-image: url(/static/images/profile/coderwall.png);
7679
}

0 commit comments

Comments
 (0)