Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
CCS Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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