Skip to content

Commit

Permalink
add sponsorship notes to homepage and email notification
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Aug 10, 2020
1 parent e726a07 commit c175675
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app/views/gemmies/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@
%h2
Latest checked gems
= render 'compats/table', gemmies: @gemmies

%section
%h2
Support
%p
If you find RailsBump useful and would like to support the ongoing development,
= link_to 'buy me a coffee', 'https://www.buymeacoffee.com/279lcDtbF'
or
== #{link_to 'become a sponsor', 'https://github.com/sponsors/manuelmeurer'}!
4 changes: 3 additions & 1 deletion app/views/mailers/email_notification.text.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Hi there,

You left your email to be notified when <%= @notifiable.is_a?(Gemmy) ? %(the gem "#{@notifiable}") : 'your lockfile' %> is checked sucessfully.
We are happy to report that this monumental event has now happened!
I am happy to report that this monumental event has just happened!

Check it out: <%= url_for @notifiable %>

If you find RailsBump useful and would like to support the ongoing development, <%= link_to 'buy me a coffee', 'https://www.buymeacoffee.com/279lcDtbF' %> or <%= link_to 'become a sponsor', 'https://github.com/sponsors/manuelmeurer' %>!

Bye for now,
Your faithful RailsBump bot

0 comments on commit c175675

Please sign in to comment.