Hello, I need help in changing email url and button text
https://github.com/sharetribe/sharetribe/blob/master/app/views/community_mailer/community_updates.html.haml
line 34
= render :partial => “person_mailer/action_button”, :locals => { :text => t(“homepage.index.post_new_listing”), :url => new_request_without_locale_url(@url_params.merge({:type => “offer”})), :align => “center”}
I see that button text could be changed in yml file for “post_new_listing” but I can’t understand how to change url properly to hardcoded url like “https://mysite.com”