Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
d8ca3ad9
Commit
d8ca3ad9
authored
Jan 31, 2020
by
Robert Czechowski
Browse files
Jwinf template: Hide number of members in groups overview and group details (for now)
parent
d1a82c75
Pipeline
#359
passed with stages
in 24 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/group.hbs
View file @
d8ca3ad9
...
...
@@ -14,7 +14,7 @@
<div
class=
"columns"
>
<div
class=
"column is-8 is-offset-2"
>
<p>
Mitglieder: –
<br>
<!--
Mitglieder: –<br>
-->
Marker:
{{
group
.
tag
}}
</p>
<h4
class=
"subtitle is-5"
>
Gruppencode:
<strong>
{{
group
.
code
}}
</strong></h4>
...
...
templates/jwinf/groups.hbs
View file @
d8ca3ad9
...
...
@@ -38,7 +38,7 @@
<tr>
<th>
Name
</th>
<th>
Gruppencode
</th>
<th>
Mitglieder
</th>
<
!--
th>Mitglieder</th
--
>
<th>
Marker
</th>
<th></th>
<th>
Download
</th>
...
...
@@ -47,7 +47,7 @@
<tr>
<td><a
href=
"/group/
{{
id
}}
"
>
{{
name
}}
</a></td>
<td>
{{
code
}}
</td>
<td>
–
</td>
<
!--
td>–</td
--
>
<td>
{{
tag
}}
</td>
<td><a
href=
"/group/
{{
id
}}
"
class=
"button is-small"
>
Ansehen …
</a></td>
<td><a
href=
"/group/download/
{{
id
}}
"
>
{{
name
}}
.csv
</a></td>
...
...
Write
Preview
Markdown
is supported
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