summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repos_add.html
Commit message (Collapse)AuthorAgeFilesLines
* views: change repo add view to follow conventionv1.1.3-6Javier Hernandez2023-12-051-0/+17
combine repo_add_get and repo_add_post into one, action_repo_add. This is to follow convention across all the views and to clarify that it is an action. rename repos_details template to repos_add. Now it is clear the purpose of each action template; there is one for each: add, delete and update