We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0bdf4 commit 691ae77Copy full SHA for 691ae77
README.md
@@ -64,8 +64,6 @@ http://localhost/path/to/index.php?r=comments/index
64
> If you have added this controller in the module admin, the URL will look like the following
65
> http://localhost/path/to/index.php?r=admin/comments/index
66
67
-Usage
68
--------------------
69
**Notes:**
70
> 1. Delete button visible only for user with `admin` role.
71
> 2. When you delete a comment, all nested comments will be marked as `deleted`.
@@ -78,6 +76,8 @@ public function getAvatar()
78
76
}
79
77
```
80
+Usage
+-------------------
81
**Basic example:**
82
```php
83
<?php echo \yii2mod\comments\widgets\Comment::widget([
0 commit comments