aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Registration
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation for Go to your account button after subscriptionNicolas LÅ“uillet2016-04-201-1/+1
| | | | Fix #1956
* Convert english translation fileJeremy Benoist2016-03-203-0/+73
- convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`