File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,21 +57,21 @@ class="link-body-emphasis text-decoration-none">
57
57
58
58
@can (' update' , $comment )
59
59
<a href =" {{ route (' comments.show.edit' , $comment ) } }" data-turbo-method =" post"
60
- class =" btn btn-link link-body-emphasis btn-sm" >Редактировать</a >
60
+ class =" btn btn-link link-body-emphasis btn-sm link-underline link-underline-opacity-0 link-underline-opacity-75-hover " >Редактировать</a >
61
61
@endcan
62
62
63
63
@can (' delete' , $comment )
64
64
· <a href =" {{ route (' comments.delete' , $comment ) } }"
65
- class =" btn btn-link link-body-emphasis btn-sm"
65
+ class =" btn btn-link link-body-emphasis btn-sm link-underline link-underline-opacity-0 link-underline-opacity-75-hover "
66
66
data-turbo-method =" DELETE"
67
67
data-turbo-confirm =" Вы уверены, что хотите удалить комментарий?" >
68
68
Удалить
69
69
</a >
70
70
@endcan
71
71
72
-
73
72
@can (' reply' , $comment )
74
- <a href =" {{ route (' comments.show.reply' , $comment ) } }" class =" btn btn-link link-body-emphasis btn-sm"
73
+ <a href =" {{ route (' comments.show.reply' , $comment ) } }"
74
+ class =" btn btn-link link-body-emphasis btn-sm link-underline link-underline-opacity-0 link-underline-opacity-75-hover"
75
75
data-turbo-method =" post" >Ответить</a >
76
76
@endcan
77
77
</div >
You can’t perform that action at this time.
0 commit comments