Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
804
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
842189418b75ad35d6c6e6f13df7721b4a96485d...22dc11d2713eb7fbb7064bab26df8c303cc5e3f5
Source
22dc11d2713eb7fbb7064bab26df8c303cc5e3f5
...
Target
842189418b75ad35d6c6e6f13df7721b4a96485d
Compare
Commits (3)
(fix): comment counters should be vertically aligned
· 24583f57
Mark Harding
authored
7 hours ago
24583f57
(chore): remove old analytics page for channels - closes engine#1129
· ea78a039
Mark Harding
authored
6 hours ago
ea78a039
Merge remote-tracking branch 'origin/master' into goal/pro-sso
· 22dc11d2
Emiliano Balbuena
authored
3 hours ago
22dc11d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
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
,
...
...
This diff is collapsed.
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
;
}
}
}
...
...
This diff is collapsed.