diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index f4a94ce..1ca33ad 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -46,6 +46,14 @@ class UsersController < ApplicationController def wakatime_setup_step_3 end + def wakatime_setup_step_4 + @no_instruction_wording = [ + "There is no step 4, lol.", + "There is no step 4, psych!", + "Tricked ya! There is no step 4.", + "There is no step 4, gotcha!" + ].sample + end private diff --git a/app/views/users/wakatime_setup_step_3.html.erb b/app/views/users/wakatime_setup_step_3.html.erb index aee09e6..8b9242c 100644 --- a/app/views/users/wakatime_setup_step_3.html.erb +++ b/app/views/users/wakatime_setup_step_3.html.erb @@ -29,6 +29,14 @@ You'll know it works if you see this in your status bar:
+
+ <%= link_to my_wakatime_setup_step_2_path do %>
+
+ <% end %>
+
+ <%= link_to my_wakatime_setup_step_4_path do %>
+
+ <% end %>