FIX #2039 A conference in appear.in leads to a 404 bad request

stable
Alejandro Alonso 2015-01-27 13:17:34 +01:00
parent 5e8fd5318d
commit e1bbb0b365
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ div(class="menu-container")
span(class="item") Team
<% if (project.videoconferences) { %>
li(id="nav-video")
a(href="<%- project.videoconferenceUrl %>" target="_blank" title="Meet Up")
a(href!="<%- project.videoconferenceUrl %>" target="_blank" title="Meet Up")
span(class="icon icon-video")
span(class="item") Meet Up
<% } %>