]> git.openstreetmap.org Git - rails.git/commit
Add social profile links
authornertc <davidtsiklauri7@gmail.com>
Thu, 22 May 2025 08:11:19 +0000 (12:11 +0400)
committerTom Hughes <tom@compton.nu>
Thu, 22 May 2025 17:57:28 +0000 (18:57 +0100)
commit86dd9bfd6beb490a7680fcbee923fcfa0a52639b
tree950b8a31fa8eb4c8013cd78f0d30108ff3e28c8f
parent1b63e9e16dff92df226aed707058b7228527bc6e
Add social profile links
50 files changed:
.rubocop_todo.yml
app/assets/images/social_link_icons/bluesky.svg [new file with mode: 0644]
app/assets/images/social_link_icons/discord.svg [new file with mode: 0644]
app/assets/images/social_link_icons/facebook.svg [new file with mode: 0644]
app/assets/images/social_link_icons/flickr.svg [new file with mode: 0644]
app/assets/images/social_link_icons/github.svg [new file with mode: 0644]
app/assets/images/social_link_icons/gitlab.svg [new file with mode: 0644]
app/assets/images/social_link_icons/instagram.svg [new file with mode: 0644]
app/assets/images/social_link_icons/line.svg [new file with mode: 0644]
app/assets/images/social_link_icons/linkedin.svg [new file with mode: 0644]
app/assets/images/social_link_icons/mastodon.svg [new file with mode: 0644]
app/assets/images/social_link_icons/medium.svg [new file with mode: 0644]
app/assets/images/social_link_icons/ogf.svg [new file with mode: 0644]
app/assets/images/social_link_icons/ohm.svg [new file with mode: 0644]
app/assets/images/social_link_icons/osm_forum.svg [new file with mode: 0644]
app/assets/images/social_link_icons/osm_wiki.svg [new file with mode: 0644]
app/assets/images/social_link_icons/other.svg [new file with mode: 0644]
app/assets/images/social_link_icons/quora.svg [new file with mode: 0644]
app/assets/images/social_link_icons/reddit.svg [new file with mode: 0644]
app/assets/images/social_link_icons/skype.svg [new file with mode: 0644]
app/assets/images/social_link_icons/slack.svg [new file with mode: 0644]
app/assets/images/social_link_icons/snapchat.svg [new file with mode: 0644]
app/assets/images/social_link_icons/stackoverflow.svg [new file with mode: 0644]
app/assets/images/social_link_icons/strava.svg [new file with mode: 0644]
app/assets/images/social_link_icons/substack.svg [new file with mode: 0644]
app/assets/images/social_link_icons/telegram.svg [new file with mode: 0644]
app/assets/images/social_link_icons/threads.svg [new file with mode: 0644]
app/assets/images/social_link_icons/tiktok.svg [new file with mode: 0644]
app/assets/images/social_link_icons/twitch.svg [new file with mode: 0644]
app/assets/images/social_link_icons/twitter_x.svg [new file with mode: 0644]
app/assets/images/social_link_icons/vimeo.svg [new file with mode: 0644]
app/assets/images/social_link_icons/whatsapp.svg [new file with mode: 0644]
app/assets/images/social_link_icons/wikidata.svg [new file with mode: 0644]
app/assets/images/social_link_icons/wikimedia.svg [new file with mode: 0644]
app/assets/images/social_link_icons/wikipedia.svg [new file with mode: 0644]
app/assets/images/social_link_icons/wikivoyage.svg [new file with mode: 0644]
app/assets/images/social_link_icons/youtube.svg [new file with mode: 0644]
app/assets/javascripts/user.js
app/controllers/profiles_controller.rb
app/models/social_link.rb [new file with mode: 0644]
app/models/user.rb
app/views/profiles/edit.html.erb
app/views/social_links/_show.html.erb [new file with mode: 0644]
app/views/users/show.html.erb
config/locales/en.yml
db/migrate/20250217140049_create_social_links.rb [new file with mode: 0644]
db/structure.sql
test/controllers/profiles_controller_test.rb
test/factories/social_link.rb [new file with mode: 0644]
test/models/social_link_test.rb [new file with mode: 0644]