Fixed bug #739: Now video copy is replaced with meet up

stable
Jesús Espino 2014-08-27 12:05:12 +02:00
parent 80e1384c5a
commit ff27e569f0
3 changed files with 6 additions and 6 deletions

View File

@ -234,9 +234,9 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location) -
<% } %> <% } %>
<% if (project.videoconferences) { %> <% if (project.videoconferences) { %>
<li id="nav-video"> <li id="nav-video">
<a href="<%- project.videoconferenceUrl %>" target="_blank" title="Video"> <a href="<%- project.videoconferenceUrl %>" target="_blank" title="Meet Up">
<span class="icon icon-video"></span> <span class="icon icon-video"></span>
<span class="item">Video</span> <span class="item">Meet Up</span>
</a> </a>
</li> </li>
<% } %> <% } %>

View File

@ -77,7 +77,7 @@ block content
div.icon.icon-video div.icon.icon-video
div.desc div.desc
p p
span Video span Meet Up
| Choose your videoconference system. Even developers need face to face contact. | Choose your videoconference system. Even developers need face to face contact.
div.activate div.activate
input.activate-input(type="checkbox", id="functionality-video", input.activate-input(type="checkbox", id="functionality-video",

View File

@ -28,10 +28,10 @@ nav.menu
a(href="", title="Wiki") a(href="", title="Wiki")
span.icon.icon-wiki span.icon.icon-wiki
span.item Wiki span.item Wiki
li(data-name"video") li(data-name="video")
a(href="", title="Video") a(href="", title="Meet Up")
span.icon.icon-video span.icon.icon-video
span.item Video span.item Meet Up
div.user div.user
div.user-settings div.user-settings
ul.popover ul.popover