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
af38e2af
Commit
af38e2af
authored
Jan 27, 2020
by
Robert Czechowski
Browse files
Add csv download link to group details page
parent
9ffaaa53
Pipeline
#338
passed with stages
in 18 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/group.hbs
View file @
af38e2af
...
...
@@ -29,7 +29,8 @@
<div
class=
"columns"
>
<div
class=
"column is-8 is-offset-2"
>
<h4
class=
"subtitle is-5"
>
Mitglieder
</h4>
{{#if
member
}}
{{#if
member
}}
Mitgliederdaten herunterladen:
<a
href=
"download/
{{
group
.
id
}}
"
>
{{
group
.
name
}}
.csv
</a>
<table
class=
"table"
>
<tr>
<th>
Name
</th>
...
...
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