Commit Graph

10 Commits

Author SHA1 Message Date
Rajat Jain 126ad2cf70 Remove comma from issuable email 2019-01-08 14:47:02 +05:30
Rajat Jain da645b61ae Add help icon next to private email 2019-01-07 13:16:53 +05:30
Bob Van Landuyt 08c0a1b852 Reject ruby interpolation in externalized strings
When using ruby interpolation in externalized strings, they can't be
detected. Which means they will never be presented to be translated.

To mix variables into translations we need to use `sprintf`
instead.

Instead of:

    _("Hello #{subject}")

Use:

    _("Hello %{subject}) % { subject: 'world' }
2018-08-25 18:43:21 +02:00
samdbeckham 696766fee1 Updated the styling for modal titles 2018-06-01 15:20:26 +01:00
samdbeckham 4963303fae Updates a load of modal headers to use better markup 2018-06-01 15:01:37 +01:00
Clement Ho 53bf57f3ac [skip ci] input-group-btn's input-group-text should not create a new div 2018-04-12 17:55:40 -05:00
Clement Ho aefd75c044 [skip ci] .input-group-btn into .input-group-prepend, .input-group-append 2018-04-12 15:49:37 -05:00
Clement Ho 9bcf8f43c6 [skip ci] Replace hidden-xs 2018-04-09 16:50:40 -05:00
Islam Wazery 51276e0578 Add mail_to button new issue by email modal 2018-02-28 12:17:28 -03:00
Jan Provaznik 8cce70730c Create merge request from email
* new merge request can be created by sending an email to the specific
email address (similar to creating issues by email)
* for the first iteration, source branch must be specified in the mail
subject, other merge request parameters can not be set yet
* user should enable "Receive notifications about your own activity" in
user settings to receive a notification about created merge request

Part of #32878
2017-12-05 08:41:58 +01:00