Compare commits
No commits in common. "5a8e1c287b1cba3d03d6cd3062e5d3742cb03fed" and "53bd1ffeed42b636a7c11b6819e87e608a36d1b5" have entirely different histories.
5a8e1c287b
...
53bd1ffeed
|
@ -22,7 +22,6 @@ module.exports = (plugin, app) => {
|
|||
title: 'gear',
|
||||
www_name: app.live.conf.www_name,
|
||||
www_copyright: app.live.conf.www_copyright,
|
||||
scripts: ['/js/gear.js'],
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
@ -284,11 +284,3 @@ td:last-child {
|
|||
font-size: 2vw;
|
||||
}
|
||||
}
|
||||
|
||||
.Table__Entry__JSON > a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: copy;
|
||||
text-align: center;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{{##def.weapons_table_entry:item:
|
||||
<tr data-json='{{=JSON.stringify(item)}}'>
|
||||
<tr>
|
||||
<td><a href="/gear/weapons/{{=item.name||''}}"</a>{{=item.name || ''}}</td>
|
||||
<td>{{=item.attack || ''}}</td>
|
||||
<td>{{=item.damage || ''}}</td>
|
||||
|
@ -37,7 +37,7 @@
|
|||
#}}
|
||||
|
||||
{{##def.consumables_table_entry:item:
|
||||
<tr data-json='{{=JSON.stringify(item)}}'>
|
||||
<tr>
|
||||
<td><a href="/gear/consumables/{{=item.name||''}}"</a>{{=item.name || ''}}</td>
|
||||
<td>{{=item.duration || ''}}</td>
|
||||
<td>{{=item.properties || ''}}</td>
|
||||
|
|
Loading…
Reference in New Issue