File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 <CardCover v-if =" showCardCover" :card-id =" card.id" />
2121 <div class =" card-upper" >
2222 <h4 v-if =" editingTitle === 0" key =" title-view" dir =" auto" >
23- <span class =" dragDisabled" contenteditable =" false" >{{ displayTitle }}</span >
23+ <span class =" dragDisabled" contenteditable =" false" >{{ displayTitle }}</span >
2424 </h4 >
2525 <div v-if =" editingTitle === 0 && card.owner && card.createdAt" class =" card-meta" >
2626 Created by {{ card.owner.displayname }} on {{ formattedCreatedAt }}
@@ -129,12 +129,12 @@ export default {
129129 editingTitle: TITLE_EDITING_STATE .OFF ,
130130 }
131131 },
132- computed: {
133- formattedCreatedAt () {
134- if (! this .card .createdAt ) return ' '
135- const date = new Date (this .card .createdAt * 1000 )
136- return date .toLocaleDateString () + ' ' + date .toLocaleTimeString ()
137- },
132+ computed: {
133+ formattedCreatedAt () {
134+ if (! this .card .createdAt ) return ' '
135+ const date = new Date (this .card .createdAt * 1000 )
136+ return date .toLocaleDateString () + ' ' + date .toLocaleTimeString ()
137+ },
138138 ... mapState ({
139139 compactMode : state => state .compactMode ,
140140 showArchived : state => state .showArchived ,
You can’t perform that action at this time.
0 commit comments