Skip to content

Commit

Permalink
Merge pull request #159 from eugeniecln1/add-dates
Browse files Browse the repository at this point in the history
added dates to journal
  • Loading branch information
eugeniecln1 authored Jun 14, 2019
2 parents 87aa3a3 + dd745ca commit 01f037b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/components/_card_participations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}

.card-image img{
height: 80px;
width: 80px;
height: 100px;
width: 100px;
}

.card-image{
Expand Down
1 change: 1 addition & 0 deletions app/views/participations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</div>
<div class="card-journal-inner">
<div class="card-title-rm">
<p><%= participation.updated_at.strftime('%d/%m/%Y') %></p>
<h5><%= participation.challenge.title %></h5>
<p>"<%= participation.feedback %>"</p>
</div>
Expand Down

0 comments on commit 01f037b

Please sign in to comment.