Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Diego Salazar
CCS Frontend
Commits
4f61e729
Commit
4f61e729
authored
Feb 01, 2019
by
Diego Salazar
Browse files
Merge branch 'remove-double' into 'master'
Removed double icons on Ideas page See merge request
!17
parents
02f9c9a6
76375e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ideas/index.html
View file @
4f61e729
...
...
@@ -27,8 +27,8 @@ title: Ideas
<a
href=
"{{proposal.gitlab-url}}"
target=
"_blank"
class=
"row middle-xs ffs-idea"
>
<div
class=
"col-xs-12"
>
<h3>
{{proposal.name}}
</h3>
<p
class=
"author-list"
>
<span><img
src=
"/img/author-filled.png"
></span>
{{proposal.author}}
</p>
<p
class=
"date-list"
>
<span><img
src=
"/img/calendar.png"
></span>
{{proposal.date}}
</p>
<p
class=
"author-list"
>
{{proposal.author}}
</p>
<p
class=
"date-list"
>
{{proposal.date}}
</p>
</div>
</a>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment