Merge pull request #182 from Ducz0r/lm-fix-introductory-popup

Fix image names in introductory popup
This commit is contained in:
Luka Murn 2016-09-29 13:46:17 +02:00 committed by GitHub
commit c88ae84001
5 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB