Skip to content

Instantly share code, notes, and snippets.

@madzhuga
Created November 3, 2017 05:36
Show Gist options
  • Save madzhuga/64a1e22778df279d8fb03ec2d5d668e9 to your computer and use it in GitHub Desktop.
Save madzhuga/64a1e22778df279d8fb03ec2d5d668e9 to your computer and use it in GitHub Desktop.
<% if current_operation.present? %>
<h1><%= current_operation.title %></h1>
<% end %>
<h3>User</h3>
<p>Email: <%= @user.email if @user.email %></p>
<% if current_operation.present? %>
<%= link_to 'Complete', user_path(@user), method: :put, class: "btn btn-primary" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment