Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
xiphon
CCS Backend
Commits
37f06e80
Commit
37f06e80
authored
Mar 27, 2019
by
Diego Salazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added contributors
- Updated Header and Footer to match rest of the site
parent
7a55d039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
resources/views/projects/donate.blade.php
resources/views/projects/donate.blade.php
+1
-2
No files found.
resources/views/projects/donate.blade.php
View file @
37f06e80
...
...
@@ -115,11 +115,10 @@
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<h2>
{{$project->title}}
</h2>
<div
class=
"row middle-xs between-xs"
>
<p
class=
"author-list"
>
{{$project->author}}
</p>
<p
class=
"date-list"
>
{{date('F j, Y', strtotime($project->created_at))}}
</p>
<p
class=
"date-list contributor"
>
{{$project->contributions}}
</p>
<p
class=
"bar-fund-status"
>
Raised
<span
class=
"progress-number-funded"
>
{{$project->raised_amount}}
</span>
of
<span
class=
"progress-number-goal"
>
{{$project->target_amount}}
</span>
XMR
</p>
</div>
<div
class=
"progress-bar"
>
<span
class=
"fund-progress"
style=
"width: {{min(100, intval($project->raised_amount * 100 / $project->target_amount))}}%"
></span>
</div>
...
...
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