Skip to content

Commit 467d91c

Browse files
committed
Update screenshot and notes
1 parent b607f6c commit 467d91c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

public/js/app.e8bfb85005ac145b0cf5.js renamed to public/js/app.f826616da2c8468af169.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/app.js": "/js/app.e8bfb85005ac145b0cf5.js",
3-
"/css/app.css": "/css/app.f06d17933327d8870e41.css"
2+
"/js/app.js": "/js/app.f826616da2c8468af169.js",
3+
"/css/app.css": "/css/app.8155e9e86805a41a52eb.css"
44
}

resources/assets/js/components/views/Notes.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<li v-for="note in notes">
66
{{ note.name }} - <strong>{{ note.user.name }}</strong>
77

8-
<a :href="'/note/' + note.id" @click.prevent="deleteNote(note.id)">
8+
<a :href="'/note/' + note.id" @click.prevent="deleteNote(note.id)" data-toggle="tooltip" data-placement="right" title="Delete Note">
99
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
1010
</a>
1111
</li>

screenshots/app.png

42.9 KB
Loading

0 commit comments

Comments
 (0)