Rename the x-student-view-summary-entry element.
Review Request #6956 — Created Feb. 16, 2015 and submitted — Latest diff uploaded
The name of the summary entry element was quite a mouthful, with no particular
benefit. This change shortens it to 'x-summary-entry'.
Checked to make sure the student view was still correct.
Diff Revision 1 (Latest)
index.html | ||
lib/frontend/components.js | ||
lib/frontend/x-student-view.js | ||
lib/frontend/x-summary-entry.js Was lib/frontend/x-student-view-summary-entry.js |
index.html | |||
---|---|---|---|
Revision f3d4b8674db272b6c5624ea4045c1386777e1ed4 | New Change | ||
95 lines | |||
96 |
</div> |
96 |
</div> |
97 |
<div id="details"> |
97 |
<div id="details"> |
98 |
</div> |
98 |
</div> |
99 |
</template> |
99 |
</template> |
100 | 100 | ||
101 |
<template id="x-student-view-summary-entry-template"> |
101 |
<template id="x-summary-entry-template"> |
102 |
<style> |
102 |
<style> |
103 |
:host { |
103 |
:host { |
104 |
border-bottom: 1px solid lightgrey; |
104 |
border-bottom: 1px solid lightgrey; |
105 |
display: flex; |
105 |
display: flex; |
106 |
padding: 1em; |
106 |
padding: 1em; |
34 lines |
lib/frontend/components.js |
---|
lib/frontend/x-student-view.js |
---|
lib/frontend/x-student-view-summary-entry.js |
---|