Skip to content

Commit

Permalink
refactor line 216 (#4391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Light authored and SidharthBansal committed Dec 24, 2018
1 parent 050bf90 commit 0594720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<button id="btn-token" class="btn btn-default btn-block">My Access Token</button>
<% end %>
<% if @profile_user && current_user && @profile_user == current_user %>
<% if current_profile_user %>
<button data-toggle="modal" data-target="#socialModal" class="btn btn-default btn-block">Link Social media</button>
<div class="modal fade" id="socialModal" tabindex="-1" role="dialog" aria-labelledby="socialModal" aria-hidden="true">
<div class="modal-dialog" role="document">
Expand Down

0 comments on commit 0594720

Please sign in to comment.