Skip to content

Commit e4e8946

Browse files
committed
Merge branch 'add-created-on' into 'main'
Add created on See merge request fun-tech/shutterbug!57
2 parents 4d5aeec + 3064455 commit e4e8946

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
height: 27px;
5353
margin-top: 16px;
5454
margin-left: 15px;
55-
margin-right: $stage-gutter/2;
55+
margin-right: calc($stage-gutter/2);
5656
}
5757
}
5858
</style>

src/views/Overview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:to="`/slides/${folder.campaign}`">
1616
<Icon :icon="'folder'" class="folder__icon"></Icon>
1717
{{ folder.campaign }}<br>
18-
<i class="folder__info" >( {{ folder.testCaseCount }} tests )</i>
18+
<i class="folder__info" >( {{ folder.testCaseCount }} tests, generated on {{ folder.createdOn.replace("T"," ").replace(/[0-9.]{4}Z$/,"")}} )</i>
1919
</router-link>
2020
</li>
2121
</ol>

0 commit comments

Comments
 (0)