Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
CCS Frontend
Commits
152cb83a
Commit
152cb83a
authored
Mar 12, 2019
by
Diego Salazar
Browse files
Merge branch 'fix-complete' into 'master'
Fixed Completed Proposals Milestone/Payout issue See merge request
!23
parents
28f024f8
6ec31a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
_layouts/cp.html
View file @
152cb83a
...
...
@@ -64,10 +64,8 @@ layout: base
<span
class=
"{{milestones.status}} ms-{{milestones.status}}"
></span>
<h3>
{{milestones.name}}
</h3>
<p><span
class=
"bold"
>
To be paid:
</span>
{{milestones.funds}}
</p>
{% if milestones.done != nil %}
<p><span
class=
"bold"
>
Completion date:
</span>
{{milestones.done}}
</p>
</div>
{%endif%}
{%endfor%}
{%else%}
<div
class=
"panel-segment"
>
...
...
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