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
24b6652f
Commit
24b6652f
authored
Mar 22, 2018
by
Tugce Nur Tas
Browse files
move checklist item bank account info before certificate
parent
2654a486
Pipeline
#16720
passed with stage
in 49 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/views/volunteers/_form.html.slim
View file @
24b6652f
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
ul
.list-inline
ul
.list-inline
li
=
f
.
input
:trial_period
li
=
f
.
input
:trial_period
li
=
f
.
input
:intro_course
li
=
f
.
input
:intro_course
li
=
f
.
input
:doc_sent
li
=
f
.
input
:bank_account
li
=
f
.
input
:bank_account
li
=
f
.
input
:doc_sent
li
=
f
.
input
:evaluation
li
=
f
.
input
:evaluation
fieldset
fieldset
...
...
app/views/volunteers/show.html.slim
View file @
24b6652f
...
@@ -52,12 +52,12 @@ nav.navbar.section-navigation
...
@@ -52,12 +52,12 @@ nav.navbar.section-navigation
tr
tr
td
=
t_attr
(
:intro_course
)
td
=
t_attr
(
:intro_course
)
td
=
t
(
@volunteer
.
intro_course
)
td
=
t
(
@volunteer
.
intro_course
)
tr
td
=
t_attr
(
:doc_sent
)
td
=
t
(
@volunteer
.
doc_sent
)
tr
tr
td
=
t_attr
(
:bank_account
)
td
=
t_attr
(
:bank_account
)
td
=
t
(
@volunteer
.
bank_account
)
td
=
t
(
@volunteer
.
bank_account
)
tr
td
=
t_attr
(
:doc_sent
)
td
=
t
(
@volunteer
.
doc_sent
)
tr
tr
td
=
t_attr
(
:evaluation
)
td
=
t_attr
(
:evaluation
)
td
=
t
(
@volunteer
.
evaluation
)
td
=
t
(
@volunteer
.
evaluation
)
...
...
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