Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Aug 19, 2024
1 parent 49a0ca8 commit da60fe1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/dashboard/articles/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
</td>
</tr>
<tr v-if="params.data.items.length == 0">
<td colspan="5">
<p>هیچ مقاله ای وجود ندارد</p>
<td colspan="4">
<p class="m-2">هیچ مقاله ای وجود ندارد</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/dashboard/comments/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</tr>
<tr v-if="params.data.items.length == 0">
<td colspan="6">
<p>هیچ کامنتی وجود ندارد</p>
<p class="m-2">هیچ کامنتی وجود ندارد</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</tr>
<tr v-if="data.items.length == 0">
<td colspan="5">
<p>هیچ مقاله ای وجود ندارد</p>
<p class="m-2">هیچ مقاله ای وجود ندارد</p>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/dashboard/roles/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</td>
</tr>
<tr v-if="params.data.items.length == 0">
<td colspan="5">
<p>هیچ نقشی وجود ندارد</p>
<td colspan="4">
<p class="m-2">هیچ نقشی وجود ندارد</p>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/dashboard/users/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</td>
</tr>
<tr v-if="params.data.items.length == 0">
<td colspan="5">
<p>هیچ کاربری وجود ندارد</p>
<td colspan="6">
<p class="m-2">هیچ کاربری وجود ندارد</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit da60fe1

Please sign in to comment.