11 lines
248 B
HTML
11 lines
248 B
HTML
<template name="proficiencyView">
|
|
<div class="proficiencyView item small"
|
|
style="padding: 0;"
|
|
layout horizontal center>
|
|
<core-icon icon="{{profIcon}}" style="margin-right: 16px;"></core-icon>
|
|
<div>{{getName}}</div>
|
|
</div>
|
|
</template>
|
|
|
|
|