Skip to content

Commit

Permalink
Merge pull request #515 from ZeusWPI/fix/facebook-metadata
Browse files Browse the repository at this point in the history
Fix faulty facebook url
  • Loading branch information
TomNaessens committed Jul 12, 2015
2 parents ffd0759 + 7409d80 commit 0561eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% content_for :title_tag, " - #{@event.name}" %>
<% content_for :og_title, @event.name %>
<% content_for :og_url, event_path(@event) %>
<% content_for :og_url, event_url(@event) %>
<% content_for :og_description, @event.description %>

<h1><%= @event.name %>
Expand Down

0 comments on commit 0561eae

Please sign in to comment.