Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
D django-courses-legacy
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MOOC packages by hacklab
  • django-courses-legacy
  • Merge requests
  • !106

Merged
Created 3 years ago by Matheus Miranda@matheusMaintainer

Fix typo at youtube url link

  • Overview 0
  • Commits 1
  • Changes 1
  • Matheus Miranda @matheus merged 3 years ago

    merged

  • Matheus Miranda @matheus mentioned in commit c3dafe0e 3 years ago

    mentioned in commit c3dafe0e

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    bf35c76b
    1 commit, 3 years ago

1 file
+ 1
- 1
    File browser
    Compare changes
courses_legacy/static/js/admin/new-course/controllers.js
+ 1
- 1
  • View file @ bf35c76b

  • Edit in single-file editor

  • Edit in Web IDE


Files with large changes are collapsed by default.

Show all unchanged lines Show 20 lines
Course.get({id: $scope.course_id}, function(course){
if(course.intro_video) {
youtubePlayerApi.videoId = course.intro_video.youtube_id;
$scope.link_video = `//www.youtube.com/embed/${course.intro_video.youtube_id}?rel=0&showinfo=0&autohide=1&theme=light&wmode=opaque`;
$scope.link_video = "//www.youtube.com/embed/${course.intro_video.youtube_id}?rel=0&showinfo=0&autohide=1&theme=light&wmode=opaque";
}
document.title = 'Curso: {0}'.format(course.name);
$scope.addThumb = !course.thumbnail_url;
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
None
Milestone
None
Assign milestone
None
Time tracking
No estimate or time spent
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: hackmooc/django-courses-legacy!106
Source branch: develop

    0 pending comments