Fixed bug #739: Now video copy is replaced with meet up
parent
80e1384c5a
commit
ff27e569f0
|
@ -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>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue