We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af2f25 + 42251f2 commit e077dffCopy full SHA for e077dff
1 file changed
styles/prosilver/template/idea_body.html
@@ -54,7 +54,7 @@
54
{% for status, id in STATUS_ARY %}<option value="{{ id }}">{{ lang(status) }}</option>{% endfor %}
55
</select>{% endif %}
56
</dd>
57
- {% if IDEA_RFC or S_CAN_EDIT %}
+ {% if IDEA_RFC %}
58
<dt class="idealabel">{{ lang('RFC') ~ lang('COLON') }}</dt>
59
<dd>
60
<a id="rfclink" class="ideamodbtn" href="{{ IDEA_RFC }}"{% if not IDEA_RFC %} style="display:none"{% endif %}>{{ IDEA_RFC }}</a>
0 commit comments