Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
e8920bae
Commit
e8920bae
authored
Feb 12, 2018
by
Guilhem Saurel
Browse files
template details
parent
fc825f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/project_detail.html
View file @
e8920bae
...
...
@@ -66,8 +66,10 @@
<dl
class=
"dl-horizontal"
>
<dt>
Base
</dt>
<dd>
{{ rpkg.pkgbase }}
</dd>
<dt>
Version
</dt>
<dd>
{{ rpkg.pkgversion }}
</dd>
{% if project.public and not request.user.is_staff %}
<dt>
Master Sites
</dt>
<dd>
{{ rpkg.master_sites }}
</dd>
<dt>
Master Repository
</dt>
<dd>
{{ rpkg.master_repository }}
</dd>
{% endif %}
<dt>
Maintainer
</dt>
<dd>
{{ rpkg.maintainer }}
</dd>
<dt>
Comment
</dt>
<dd>
{{ rpkg.comment }}
</dd>
<dt>
License
</dt>
<dd>
{{ rpkg.license }}
</dd>
...
...
@@ -76,7 +78,7 @@
<dt>
Build page
</dt>
<dd><a
href=
"{{ rpkg.build_page }}"
>
{{ rpkg.build_page }}
</a></dd>
</dl>
<h4>
g
itlab-ci configuration
</h4>
<h4>
g
enerated .gitlab-ci.yml
</h4>
<pre>
{{ rpkg.gitlabciyml }}
</pre>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment