|
930 | 930 | <!--#endif--> |
931 | 931 |
|
932 | 932 | <!--#if (CommentSystem)--> |
933 | | - <NavNode key="CommentSystemSettings" |
934 | | - controller="Talk" |
935 | | - action="Config" |
936 | | - text="Comment System Settings" |
937 | | - preservedRouteParameters="" |
938 | | - iconCssClass="fas fa-cog fa-fw" |
939 | | - componentVisibility="breadcrumbs,childtree,parenttree" |
940 | | - authorizationPolicy="CommentAdminPolicy"> |
941 | | - <Children></Children> |
| 933 | + <NavNode key="AdministerComments" |
| 934 | + controller="TalkAdmin" |
| 935 | + action="AdministerComments" |
| 936 | + text="Administer Comments" |
| 937 | + authorizationPolicy="CommentModerationPolicy" |
| 938 | + iconCssClass="fas fa-comments" |
| 939 | + componentVisibility="breadcrumbs,childtree,parenttree"> |
| 940 | + <Children> |
| 941 | + <NavNode key="CommentSystemSettings" |
| 942 | + controller="Talk" |
| 943 | + action="Config" |
| 944 | + text="Comment System Settings" |
| 945 | + preservedRouteParameters="" |
| 946 | + iconCssClass="fas fa-cog fa-fw" |
| 947 | + componentVisibility="breadcrumbs,childtree,parenttree" |
| 948 | + authorizationPolicy="CommentAdminPolicy"> |
| 949 | + <Children></Children> |
| 950 | + </NavNode> |
| 951 | + <NavNode key="CommentsStats" |
| 952 | + controller="TalkAdmin" |
| 953 | + action="CommentStats" |
| 954 | + text="Comment Stats" |
| 955 | + authorizationPolicy="CommentAdminPolicy" |
| 956 | + iconCssClass="fas fa-chart-bar" |
| 957 | + componentVisibility="breadcrumbs,childtree,parenttree"> |
| 958 | + <Children></Children> |
| 959 | + </NavNode> |
| 960 | + </Children> |
942 | 961 | </NavNode> |
943 | 962 |
|
944 | 963 | <!--#endif--> |
|
0 commit comments