fix merge conflicts
Signed-off-by:
Matheus Agio Nerone <man13@inf.ufpr.br>
No related branches found
No related tags found
Showing
- .ruby-version 1 addition, 0 deletions.ruby-version
- Gemfile 3 additions, 0 deletionsGemfile
- app/views/devise/confirmations/new.html.erb 16 additions, 0 deletionsapp/views/devise/confirmations/new.html.erb
- app/views/devise/mailer/confirmation_instructions.html.erb 5 additions, 0 deletionsapp/views/devise/mailer/confirmation_instructions.html.erb
- app/views/devise/mailer/reset_password_instructions.html.erb 8 additions, 0 deletionsapp/views/devise/mailer/reset_password_instructions.html.erb
- app/views/devise/mailer/unlock_instructions.html.erb 7 additions, 0 deletionsapp/views/devise/mailer/unlock_instructions.html.erb
- app/views/devise/passwords/edit.html.erb 25 additions, 0 deletionsapp/views/devise/passwords/edit.html.erb
- app/views/devise/passwords/new.html.erb 16 additions, 0 deletionsapp/views/devise/passwords/new.html.erb
- app/views/devise/registrations/edit.html.erb 39 additions, 0 deletionsapp/views/devise/registrations/edit.html.erb
- app/views/devise/registrations/new.html.erb 29 additions, 0 deletionsapp/views/devise/registrations/new.html.erb
- app/views/devise/sessions/new.html.erb 26 additions, 0 deletionsapp/views/devise/sessions/new.html.erb
- app/views/devise/shared/_links.html.erb 25 additions, 0 deletionsapp/views/devise/shared/_links.html.erb
- app/views/devise/unlocks/new.html.erb 16 additions, 0 deletionsapp/views/devise/unlocks/new.html.erb
.ruby-version
0 → 100644
... | ... | @@ -34,8 +34,11 @@ gem 'sdoc', '~> 0.4.0', group: :doc |
gem 'orientdb4r' | ||
# web server | ||
gem 'puma' | ||
group :development, :test do | ||
gem 'better_errors' | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug' | ||
... | ... |
app/views/devise/confirmations/new.html.erb
0 → 100644
app/views/devise/passwords/edit.html.erb
0 → 100644
app/views/devise/passwords/new.html.erb
0 → 100644
app/views/devise/registrations/edit.html.erb
0 → 100644
app/views/devise/registrations/new.html.erb
0 → 100644
app/views/devise/sessions/new.html.erb
0 → 100644
app/views/devise/shared/_links.html.erb
0 → 100644
app/views/devise/unlocks/new.html.erb
0 → 100644
Please register or sign in to comment