Feature/password reset (local)
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
-
-
-
-
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b feature/password_reset origin/feature/password_reset
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff feature/password_reset
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
added 1 commit
added 1 commit
| 42 | 42 | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] |
| 43 | 43 | gem 'pry' |
| 44 | 44 | gem 'annotate' |
| 45 | gem 'letter_opener' | |
Please
register
or
sign in
to reply
|
||
| 1 | <p>Hello <%= @email %>!</p> | |
| 2 | ||
| 3 | <% if @resource.try(:unconfirmed_email?) %> | |
|
||
added 1 commit
| 3 | 3 | resources :industries, only: :index |
| 4 | 4 | resources :cities, only: :index |
| 5 | 5 | resources :jobs, only: :index |
| 6 | devise_for :users | |
| 6 | devise_for :users, controllers: { | |
| 7 | # sessions: 'users/sessions' | |
|
||
added 1 commit
resolved all discussions
resolved all discussions
mentioned in commit f853348f
mentioned in commit f853348f
merged
merged