File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 87
87
& :last-of-type {
88
88
border : none ;
89
89
}
90
+ }
90
91
91
- . version {
92
- composes : small from ' ./shared/typography.module.scss' ;
93
- }
92
+ .feed- version {
93
+ composes : small from ' ./shared/typography.module.scss' ;
94
+ }
94
95
95
- .date {
96
- composes : small from ' ./shared/typography.module.scss' ;
97
- flex-grow : 1 ;
98
- text-align : right ;
99
- }
96
+ .feed-date {
97
+ composes : small from ' ./shared/typography.module.scss' ;
98
+ flex-grow : 1 ;
99
+ text-align : right ;
100
100
}
101
101
102
102
.info {
Original file line number Diff line number Diff line change 51
51
<div local-class =" feed-row" >
52
52
<LinkTo @route =" crate.version" @models ={{ array version.crateName version.num }} >
53
53
{{ version.crateName }}
54
- <span local-class =" version" >{{ version.num }} </span >
54
+ <span local-class =" feed- version" >{{ version.num }} </span >
55
55
</LinkTo >
56
- <span local-class =" date" >
56
+ <span local-class =" feed- date" >
57
57
{{ moment-from-now version.created_at }}
58
58
</span >
59
59
</div >
You can’t perform that action at this time.
0 commit comments