summaryrefslogtreecommitdiff
path: root/app/views/sent_notifications
Commit message (Collapse)AuthorAgeFilesLines
* Hide issue title on unsubscribe for anonymous usersAlexandru Croitor2019-05-161-1/+1
|
* Externalize strings from `/app/views/sent_notifications`George Tsiolis2019-01-231-7/+6
|
* Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets2018-03-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed style on unsubscribe pageGustav Ernberg2017-06-031-6/+4
| | | | | | | | | | Removed unnecassary logic Added missing 'the' Fix case Fixed specs
* Improve the Unsubscribe confirmation pageRémy Coutable2016-09-201-5/+9
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix initial implementation to actually render the unsubscribe pageRémy Coutable2016-09-201-3/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-201-0/+4
* Created a force=true param that will continue with the previous behaviour of the unsubscribe method * Created a filter for not-logged users so they see a unsubsribe confirmation page * Added the List-Unsubscribe header on emails so the email client can display it on top