Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Frontend
Merge requests
!481
WIP: Minds Pro (stable branch)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Minds Pro (stable branch)
minds-pro-stable
into
master
Overview
12
Commits
165
Pipelines
3
Changes
4
9 unresolved threads
Hide all comments
Closed
Emiliano Balbuena
requested to merge
minds-pro-stable
into
master
5 years ago
Overview
12
Commits
165
Pipelines
3
Changes
4
9 unresolved threads
Hide all comments
Expand
Depends on
!481 (closed)
Edited
5 years ago
by
Mark Harding
0
0
Merge request reports
Viewing commit
1466efd3
Prev
Next
Show latest version
4 files
+
72
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
1466efd3
(feat): Pro homepage content
· 1466efd3
Emiliano Balbuena
authored
5 years ago
src/app/modules/pro/channel/home/home.component.html
+
9
−
1
Options
@@ -3,7 +3,15 @@
<m-pro--channel-tile
*ngFor=
"let entity of featuredContent"
[entity]=
"entity"
(click)=
"onFeaturedContentClick(entity)"
(click)=
"onContentClick(entity)"
></m-pro--channel-tile>
</div>
<div
class=
"m-pro--channel-home--content"
>
<m-pro--channel-tile
*ngFor=
"let entity of content"
[entity]=
"entity"
(click)=
"onContentClick(entity)"
></m-pro--channel-tile>
</div>
</div>
Loading