]> git.openstreetmap.org Git - rails.git/commit
Add social sharing functionality
authorEmin Kocan <kocanmn.dev@gmail.com>
Sat, 13 Jul 2024 19:54:39 +0000 (21:54 +0200)
committerEmin Kocan <kocanmn.dev@gmail.com>
Tue, 17 Dec 2024 22:36:47 +0000 (23:36 +0100)
commit95e1aff23493b3725d5259bcca7bcc79d7d3bc26
tree519d94e5f93f549aad8da2c60f2e9cf8fdab7281
parente8029e2aff07fc67d369b19b414b6f6550f3ed23
Add social sharing functionality
13 files changed:
app/assets/images/social_icons/email.svg [new file with mode: 0644]
app/assets/images/social_icons/facebook.svg [new file with mode: 0644]
app/assets/images/social_icons/linkedin.svg [new file with mode: 0644]
app/assets/images/social_icons/mastodon.svg [new file with mode: 0644]
app/assets/images/social_icons/telegram.svg [new file with mode: 0644]
app/assets/images/social_icons/x.svg [new file with mode: 0644]
app/assets/javascripts/social_share_button.js [new file with mode: 0644]
app/helpers/application_helper.rb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/show.html.erb
config/locales/en.yml
lib/social_share_button_helper.rb [new file with mode: 0644]
test/helpers/social_share_button_helper_test.rb [new file with mode: 0644]