Skip to content

Commit

Permalink
Remove a now-redundant html data attribute
Browse files Browse the repository at this point in the history
Survey link URLs are now contained within the survey metadata.
  • Loading branch information
neilvanbeinum committed Jul 20, 2016
1 parent 9f9ec01 commit ea0adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<% end %>

<% content_for :after_header do %>
<div id="user-satisfaction-survey-container" data-survey-url="https://www.surveymonkey.com/s/2MRDLTW"></div>
<div id="user-satisfaction-survey-container"></div>
<% if @banner_notification.present? %>
<%= @banner_notification %>
<% end %>
Expand Down

0 comments on commit ea0adc0

Please sign in to comment.