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
cd67db25
Commit
cd67db25
authored
Apr 12, 2018
by
Guilhem Saurel
Browse files
images: only show pull cmds
parent
8ee3bbe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/project_detail.html
View file @
cd67db25
...
...
@@ -49,8 +49,6 @@
{% if 'images' in request.path %}
<pre><code
class=
"bash"
>
{% for image in object_list %}
{{ image.pull|join:' ' }}
{{ image.build|join:' ' }}
{{ image.push|join:' ' }}
{% endfor %}
</code></pre>
{% endif %}
...
...
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