Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses-legacy
Commits
ceb16bb5
Commit
ceb16bb5
authored
4 years ago
by
Leonardo Piccioni de Almeida
Browse files
Options
Download
Email Patches
Plain Diff
Pass NTE as prop
parent
fc0ea8b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
courses_legacy/static/js/reports/city-participation-report-list/city-participation-report-list.component.js
...n-report-list/city-participation-report-list.component.js
+1
-0
courses_legacy/templates/components/city-participation-report.template.html
...plates/components/city-participation-report.template.html
+2
-2
No files found.
courses_legacy/static/js/reports/city-participation-report-list/city-participation-report-list.component.js
View file @
ceb16bb5
...
...
@@ -8,6 +8,7 @@
controller
:
CityParticipationReportListCtrl
,
bindings
:
{
date
:
'
<
'
,
nte
:
'
<
'
,
},
});
...
...
This diff is collapsed.
Click to expand it.
courses_legacy/templates/components/city-participation-report.template.html
View file @
ceb16bb5
...
...
@@ -2,8 +2,8 @@
<tbody
class=
"summary"
>
<tr>
<td><b>
NTE 03 - Seabra
</b></td>
<td>
{{ nte.name }}
</td>
<td><b>
{{ $ctrl.nte.name }}
</b></td>
<td>
105
</td>
<td>
178
</td>
<td>
81
</td>
<td>
543
</td>
...
...
This diff is collapsed.
Click to expand it.
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