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.
1 parent b358008 commit 43e0be5Copy full SHA for 43e0be5
1 file changed
styles/prosilver/template/index_body.html
@@ -38,7 +38,7 @@ <h2>{{ lang('IDEAS_TITLE') }}</h2>
38
{{ _self.ideas_section(lang('IMPLEMENTED_IDEAS'), implemented_ideas, U_VIEW_IMPLEMENTED, 'fa-code-fork fa-flip-vertical', lang('VIEW_IMPLEMENTED')) }}
39
40
{# IN PROGRESS IDEAS #}
41
-{{ _self.ideas_section(lang('IN_PROGRESS_IDEAS'), in_progress_ideas, U_VIEW_IN_PROGRESS, 'fa-code-fork fa-flip-vertical', lang('VIEW_IN_PROGRESS')) }}
+{{ _self.ideas_section(lang('IN_PROGRESS_IDEAS'), in_progress_ideas, U_VIEW_IN_PROGRESS, 'fa-clock-o', lang('VIEW_IN_PROGRESS')) }}
42
43
<br><br>
44
0 commit comments