Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fibre
portal-interface
Commits
d70ec6ea
Commit
d70ec6ea
authored
Jun 05, 2020
by
João Paulo Esper
Browse files
Desabilitado o botão Add Member se não existem usuários para ser adicionados no slice
parent
0e2b10a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
portal/templates/slices/slice_detail.html
View file @
d70ec6ea
...
...
@@ -537,7 +537,10 @@
<p>
{% trans "No other project members to add in your slice." %}
</p>
{% endif %}
<button
type=
"submit"
name=
"add_members"
class=
"btn btn-primary"
>
{% trans "Add members" %}
</button>
{% if project_members %}
<button
type=
"submit"
name=
"add_members"
class=
"btn btn-primary"
>
{% trans "Add members" %}
</button>
{% endif %}
</form>
</div>
</div>
...
...
@@ -601,3 +604,4 @@
{% endblock content %}
João Paulo Esper
@joaopauloesper
mentioned in issue
#100 (closed)
·
Jun 05, 2020
mentioned in issue
#100 (closed)
mentioned in issue #100
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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