Skip to content

Commit

Permalink
Merge pull request #182 from Ducz0r/lm-fix-introductory-popup
Browse files Browse the repository at this point in the history
Fix image names in introductory popup
  • Loading branch information
Ducz0r authored Sep 29, 2016
2 parents f994469 + f1b74f1 commit c88ae84
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/projects/index/_introductory_popup.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
</div>
<div class="modal-body">
<p><%= t('introductory.sentence_one_html') %></p>
<%= image_tag 'introductory_popup/image1.png', class: 'img-responsive center-block' %>
<%= image_tag 'introductory_popup/image1a.png', class: 'img-responsive center-block' %>
<p><%=t 'introductory.sentence_two_html' %></p>
<p><%=t 'introductory.sentence_three_html' %></p>
<p><%=t 'introductory.sentence_four_html' %></p>
<%= image_tag 'introductory_popup/image2.png', class: 'img-responsive center-block' %>
<%= image_tag 'introductory_popup/image2a.png', class: 'img-responsive center-block' %>
<p><%=t 'introductory.sentence_five_html' %></p>
<p><%=t 'introductory.sentence_six_html' %></p>
<%= image_tag 'introductory_popup/image3.png', class: 'img-responsive center-block' %>
<%= image_tag 'introductory_popup/image3a.png', class: 'img-responsive center-block' %>
<p><%=t 'introductory.sentence_seven_html' %></p>
<%= image_tag 'introductory_popup/image4.png', class: 'img-responsive center-block' %>
<%= image_tag 'introductory_popup/image4a.png', class: 'img-responsive center-block' %>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t 'introductory.confim' %></button>
Expand Down

0 comments on commit c88ae84

Please sign in to comment.