mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-12 20:21:55 +00:00
Merge pull request #6 from mmumshad/ui-improvement
Update education video link
This commit is contained in:
commit
18fe6879b4
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="row" style="margin-top: 10px;">
|
<div class="row" style="margin-top: 10px;">
|
||||||
|
<div class="col-md-3"></div>
|
||||||
<div class="col-md-2" style="text-align: center" ng-repeat="video in $ctrl.videos">
|
<div class="col-md-2" style="text-align: center" ng-repeat="video in $ctrl.videos">
|
||||||
<a href="" ng-click="$ctrl.showVideoModal(video)" style="color: grey">
|
<a href="" ng-click="$ctrl.showVideoModal(video)" style="color: grey">
|
||||||
<div style="color: #d9534f">
|
<div style="color: #d9534f">
|
||||||
|
|
|
@ -37,7 +37,7 @@ exports = module.exports = {
|
||||||
{
|
{
|
||||||
title: 'Overview',
|
title: 'Overview',
|
||||||
type: 'overview',
|
type: 'overview',
|
||||||
video_id: '6sE0Gqcw_4U'
|
video_id: 'elO8vR5G6n4'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Getting Started',
|
title: 'Getting Started',
|
||||||
|
|
Loading…
Reference in a new issue