We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2c7f7 commit 6ecb955Copy full SHA for 6ecb955
app/views/story_ideas/index.html.erb
@@ -19,6 +19,7 @@
19
<table class="min-w-full divide-y divide-gray-200">
20
<thead class="bg-gray-50">
21
<tr>
22
+ <th class="px-4 py-2 text-left text-sm font-medium text-gray-700"><span class="pl-3">Image</span></th>
23
<th class="px-4 py-2 text-left text-sm font-medium text-gray-700">Author</th>
24
<th class="px-4 py-2 text-left text-sm font-medium text-gray-700">Name</th>
25
<th class="px-4 py-2 text-left text-sm font-medium text-gray-700">Windows Type</th>
0 commit comments