Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (3)
(fix): comment counters should be vertically aligned
· 24583f57
Mark Harding
authored
Nov 15, 2019
24583f57
(chore): remove old analytics page for channels - closes engine#1129
· ea78a039
Mark Harding
authored
Nov 15, 2019
ea78a039
Merge remote-tracking branch 'origin/master' into goal/pro-sso
· 22dc11d2
Emiliano Balbuena
authored
Nov 15, 2019
22dc11d2
Hide whitespace changes
Inline
Side-by-side
src/app/modules/analytics/analytics.module.ts
View file @
22dc11d2
...
...
@@ -71,16 +71,7 @@ const routes: Routes = [
path
:
'
analytics
'
,
component
:
AnalyticsComponent
,
children
:
[
{
path
:
''
,
redirectTo
:
'
channel
'
,
pathMatch
:
'
full
'
},
{
path
:
'
channel
'
,
component
:
ChannelAnalyticsComponent
,
children
:
[
{
path
:
''
,
redirectTo
:
'
activity
'
,
pathMatch
:
'
full
'
},
{
path
:
'
activity
'
,
component
:
ChannelGeneralAnalyticsComponent
},
{
path
:
'
reach
'
,
component
:
ChannelReachAnalyticsComponent
},
],
},
{
path
:
''
,
redirectTo
:
'
dashboard/
'
,
pathMatch
:
'
full
'
},
{
path
:
'
admin
'
,
component
:
AdminAnalyticsComponent
,
...
...
src/app/modules/comments/comment/comment.component.scss
View file @
22dc11d2
...
...
@@ -119,7 +119,7 @@
.minds-counter
{
font-size
:
12px
;
line-height
:
16px
;
vertical-align
:
top
;
vertical-align
:
middle
;
}
}
}
...
...