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
open-source
aoz-003
Commits
e7bbc6ee
Commit
e7bbc6ee
authored
Oct 23, 2018
by
Jiri Strojil
Browse files
Tmp
parent
8c69cfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/semester_process_volunteers/index.html.slim
View file @
e7bbc6ee
...
...
@@ -24,8 +24,9 @@ h1= t_title(:index)
td
=
link_to_if
policy
(
Volunteer
).
edit?
,
spv
.
volunteer
.
contact
.
full_name
,
edit_volunteer_path
(
spv
.
volunteer
)
td
=
spv
.
creator
td
=
spv
.
semester_t
-
spv
.
missions
.
each
do
|
m
|
td
=
link_to
m
.
to_label
,
m
.
id
.
to_s
,
target:
'_blank'
td
=
spv
.
missions
.
each
do
|
m
|
=
link_to
m
.
to_label
,
m
.
id
.
to_s
,
target:
'_blank'
td
=
l
(
spv
.
created_at
)
=
bootstrap_paginate
(
@spvs
)
...
...
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