GitLab includes badges at the project and the group level. When creating a project, we should add a badge that points back to the Imbi project. The target URL should be calculated using reverse_url('project', project_id) and settings['canonical_server_name']. We can export a link to a small version of the Imbi logo as the badge image to start. Something like the following only better.
The image URL should be configurable somewhere to allow for customizations.
GitLab includes badges at the project and the group level. When creating a project, we should add a badge that points back to the Imbi project. The target URL should be calculated using
reverse_url('project', project_id)
andsettings['canonical_server_name']
. We can export a link to a small version of the Imbi logo as the badge image to start. Something like the following only better.The image URL should be configurable somewhere to allow for customizations.
Breadcrumbs