Skip to content
Snippets Groups Projects
Commit 4f61e729 authored by Diego Salazar's avatar Diego Salazar
Browse files

Merge branch 'remove-double' into 'master'

Removed double icons on Ideas page

See merge request monero-project/ccs-front!17
parents 02f9c9a6 76375e7d
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ title: Ideas ...@@ -27,8 +27,8 @@ title: Ideas
<a href="{{proposal.gitlab-url}}" target="_blank" class="row middle-xs ffs-idea"> <a href="{{proposal.gitlab-url}}" target="_blank" class="row middle-xs ffs-idea">
<div class="col-xs-12"> <div class="col-xs-12">
<h3>{{proposal.name}}</h3> <h3>{{proposal.name}}</h3>
<p class="author-list"><span><img src="/img/author-filled.png"></span>{{proposal.author}}</p> <p class="author-list">{{proposal.author}}</p>
<p class="date-list"><span><img src="/img/calendar.png"></span>{{proposal.date}}</p> <p class="date-list">{{proposal.date}}</p>
</div> </div>
</a> </a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment