Skip to content

Commit

Permalink
dashboard linked
Browse files Browse the repository at this point in the history
  • Loading branch information
m-asim-iqbal committed Apr 19, 2023
1 parent 2e92442 commit 5d43a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/admin-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ <h1 class="govuk-heading-xl govuk-!-margin-bottom-9">
itemClasses:"govuk-link--no-underline",
items:[
{
text:"Organisation & publisher applications"
text:"Organisation & publisher applications",
href: "/admin/manage-publishers/pending"
},
{
text:"Approved organisations & publishers"
},
{
text:"Rejected organisations & publishers"
text:"Rejected organisations & publishers",
href:"/admin/manage-publishers/rejected"
}]
}) }}
</div>
Expand Down

0 comments on commit 5d43a53

Please sign in to comment.