Skip to content

Commit

Permalink
switched to ul/li for op labels #118
Browse files Browse the repository at this point in the history
  • Loading branch information
inertia186 committed Apr 30, 2018
1 parent 6bae510 commit fc1c4c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _apidefinitions/broadcast-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ exclude: true
{% for sections in site.data.apidefinitions.broadcast_ops %}
{{sections.description | markdownify}}
{% for op in sections.ops %}
<div style="float: right;">
<ul style="float: right; list-style: none;">
{% if op.since %}
<span class="info"><strong><small>Since: {{op.since}}</small></strong></span>
<li class="success"><strong><small>Since: {{op.since}}</small></strong></li>
{% endif %}
{% if op.virtual %}
<span class="info"><strong><small>Virtual Operation</small></strong></span>
<li class="info"><strong><small>Virtual Operation</small></strong></li>
{% endif %}
</div>
{% if op.deprecated %}
<li class="warning"><strong><small>Deprecated</small></strong></li>
{% endif %}
</ul>
<h4 id="broadcast_ops_{{ op.name | slug }}">
<code>{{op.name}}</code>
<a href="#broadcast_ops_{{ op.name | slug}}">
Expand Down
1 change: 1 addition & 0 deletions _data/apidefinitions/broadcast_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@
permlink
payout
- name: liquidity_reward
deprecated: true
virtual: true
purpose: |
Deprecated as of HF12, see: [#178](https://github.com/steemit/steem/issues/178).
Expand Down

0 comments on commit fc1c4c3

Please sign in to comment.