Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!14
Add groups to person_full view. Depends on
#26
. Advances
#27
.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add groups to person_full view. Depends on
#26
. Advances
#27
.
issue27
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Tom Teichler
requested to merge
issue27
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
932e7f8b
1 commit,
5 years ago
3 files
+
454
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
biscuit/core/templates/core/person_full.html
+
3
−
14
Options
@@ -56,20 +56,9 @@
{% endcomment %}
</table>
{# Will be implemted soon #}
<table
class=
"table table-responsive-xl table-border table-striped"
>
<tr>
<td>
Member
</td>
<td>
<h4>
Groups
</h4>
<ul>
<li><a
href=
"#"
>
Foo
</a></li>
<li><a
href=
"#"
>
Foo
</a></li>
<li><a
href=
"#"
>
Foo
</a></li>
<li><a
href=
"#"
>
Foo
</a></li>
</td>
</tr>
</table>
<h3>
Groups
</h3>
{% render_table groups_table %}
{% else %}
<h2>
{% blocktrans %}Person not found{% endblocktrans %}
</h2>
Loading