You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Congratulations, you have completed all four tutorials. Your application is being reviewed. We will get back to you shortly. https://railsgirls-signup.herokuapp.com/users/<%= @user.id %>/tutorials/<%= @user.id %>
<h3>Your Completed Tutorials:</h3>
<% if @tutorial.try_ruby %>
<%= image_tag "tryruby-success.png", width: '75' %>
<% end %>
<% if @tutorial.try_git %>
<%= image_tag "trygit-success.jpg", width: '75' %>
<% end %>
<% if @tutorial.terminal %>
<%= image_tag "terminal-success.jpg", width: '75' %>
<% end %>
<% if @tutorial.html_css %>
<%= image_tag "htmlcss-success.jpg", width: '75' %>
<% end %>
Jen Diamond
The text was updated successfully, but these errors were encountered:
Hi <%= user.name %>,
Congratulations, you have completed all four tutorials. Your application is being reviewed. We will get back to you shortly.
https://railsgirls-signup.herokuapp.com/users/<%= @user.id %>/tutorials/<%= @user.id %>
Jen Diamond
The text was updated successfully, but these errors were encountered: