Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
aoz-003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
aoz-003
Commits
335e7fc5
Commit
335e7fc5
authored
Dec 05, 2018
by
Chrysanthi Lagodimou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accepted-at-should-appear-on-volunteer-selection-list
parent
fd8236b2
Pipeline
#32534
passed with stage
in 37 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/semester_processes/_form.html.slim
app/views/semester_processes/_form.html.slim
+2
-0
app/views/volunteers/_columns.html.slim
app/views/volunteers/_columns.html.slim
+0
-1
app/views/volunteers/_volunteer.html.slim
app/views/volunteers/_volunteer.html.slim
+0
-1
No files found.
app/views/semester_processes/_form.html.slim
View file @
335e7fc5
...
...
@@ -20,6 +20,7 @@
th
.limit-width
=
select_all_rows
th
Freiwilliger/r
th
Einsatz
th
=
t_attr
(
:accepted_at
,
Volunteer
)
tbody
=
f
.
simple_fields_for
:semester_process_volunteers
,
@spvs_sorted
do
|
fv
|
tr
.table-row-selectable
...
...
@@ -29,6 +30,7 @@
=
fv
.
hidden_field
:volunteer_id
-
fv
.
object
.
semester_process_volunteer_missions
.
each
do
|
mission
|
=
link_to
mission
.
mission
.
to_label
,
mission
.
mission
td
=
l
(
fv
.
object
.
volunteer
.
accepted_at
.
to_date
)
if
fv
.
object
.
volunteer
.
accepted_at
.row
:
.col-xs-12
=
f
.
button
:submit
app/views/volunteers/_columns.html.slim
View file @
335e7fc5
...
...
@@ -26,7 +26,6 @@
th
=
t_attr
(
:comments
)
th
=
sort_link
@q
,
:external
th
=
t_attr
(
:created_by
,
Volunteer
)
th
=
t_attr
(
:accepted_at
,
Volunteer
)
tbody
=
render
volunteers
...
...
app/views/volunteers/_volunteer.html.slim
View file @
335e7fc5
...
...
@@ -58,4 +58,3 @@ tr id=(dom_id(volunteer))
=
link_to
volunteer
.
registrar
.
full_name
,
profile_url_path
(
volunteer
.
registrar
)
br
=
l
(
volunteer
.
created_at
.
to_date
)
if
volunteer
.
created_at
td
=
l
(
volunteer
.
accepted_at
.
to_date
)
if
volunteer
.
accepted_at
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