Remove some of the bling and unnecessary information from the document WG state display.
- Legacy-Id: 3561
This commit is contained in:
parent
bfdb6b2f86
commit
6cf1bdec5d
|
@ -1,8 +1,8 @@
|
|||
{% if draft %}
|
||||
<div class="stream_state" style="border: 1px solid black; padding: 0px 5px; margin: 5px 0px;">
|
||||
<div class="stream_state_more" style="float: right; margin-left: 2em;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color: black;">+</a></div>
|
||||
<div class="stream_state">
|
||||
<div class="stream_state_more" style="float: left; margin: 3px 0.5em 0 0;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color: black; "><img src="/images/plus.png"><img></a></div>
|
||||
{% if stream %}
|
||||
{{ stream }} {% if state %}:: {{ state.name }}{% endif %}
|
||||
{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
|
||||
{% else %}
|
||||
No stream assigned
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue