Skip to content

Commit

Permalink
Change Email Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuthy committed Aug 30, 2019
1 parent b34f6f9 commit 9c3773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.exports.set = function(router, pool) {

//get content
var contentToTransferer = "Hello, "+senderName+"<br><br>You have succesfully transffered "+amount+" P to "+recipientName+".<br><br>Reason: "+reason;
var contentToRecipient = "Hello, "+recipientName+"<br><br>You have recieved "+amount+" P from "+senderName+"<br><br>Reason: "+reason+"<br><br><form method=\"get\" action=\"http://ligerpedro.herokuapp.com/apartment_personal\"><button class=\"button button1\" style=\"\
var contentToRecipient = "Hello, "+recipientName+"<br><br>You have recieved "+amount+" P from "+senderName+"<br><br>Reason: "+reason+"<br><br><form method=\"get\" action=\"http://ligerpedro.herokuapp.com/apartment_transfer\"><button class=\"button button1\" style=\"\
background-color: #4CAF50;\
/* Green */\
border: none;\
Expand Down

0 comments on commit 9c3773a

Please sign in to comment.