|
|
|
@ -41,7 +41,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<tr v-for="session in categorySessions">
|
|
|
|
<tr v-for="session in categorySessions">
|
|
|
|
<td @click="copy">{{session.description}}</td>
|
|
|
|
<td @click="copy">{{session.description}}</td>
|
|
|
|
<td @click="copy">{{formatSeconds(session.seconds)}}</td>
|
|
|
|
<td>{{formatSeconds(session.seconds)}}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li v-for="song in session.songs">
|
|
|
|
<li v-for="song in session.songs">
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td @click="copy">{{session.comments}}</td>
|
|
|
|
<td>{{session.comments}}</td>
|
|
|
|
<td>{{new Date(session.created_at).toLocaleString("en-US")}}</td>
|
|
|
|
<td>{{new Date(session.created_at).toLocaleString("en-US")}}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
|