Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion styles/prosilver/template/idea_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{% for status, id in STATUS_ARY %}<option value="{{ id }}">{{ lang(status) }}</option>{% endfor %}
</select>{% endif %}
</dd>
{% if IDEA_RFC or S_CAN_EDIT %}
{% if IDEA_RFC %}
<dt class="idealabel">{{ lang('RFC') ~ lang('COLON') }}</dt>
<dd>
<a id="rfclink" class="ideamodbtn" href="{{ IDEA_RFC }}"{% if not IDEA_RFC %} style="display:none"{% endif %}>{{ IDEA_RFC }}</a>
Expand Down