How can i add updater name in mail body?
Created by: imkevinyang
since gitlab doesn't support exchange server to show updater display name (support in IMAP mode or non-exchange server), i want to add updater name in mail body as following:
Kevin Yang says:
make some changes in issue.
add label 'feature'
i try to edit \app\views\layouts\notify.html.haml, add '#{@updated_by.name}', but updated_by is not recognized. How can i do that?