File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 3
3
<%- @page_title = "Git - Book" %>
4
4
5
5
<% content_for :sidebar do %>
6
- <%= render 'ebooks' %>
7
6
<%= render 'translations' %>
8
7
<% end %>
9
8
14
13
< img src ="/images/progit2.png " width ="118 " height ="157 "/>
15
14
< div style ="light "> 2nd Edition (2014)</ div >
16
15
< div class ="switch "> < a href ="/book/<%= @book . code %> /v1 "> Switch to 1st Edition</ a > </ div >
17
- < div class ="ebook-download ">
18
- < h2 > Download Ebook</ h2 >
19
- < div class ="ebooks ">
20
- <% if @book . ebook_pdf %>
21
- < a href ="<%= @book . ebook_pdf %> "> < img width ="50px " src ="/images/pdf.png "/> </ a >
22
- <% end %>
23
- <% if @book . ebook_epub %>
24
- < a href ="<%= @book . ebook_epub %> "> < img width ="50px " src ="/images/epub.png "/> </ a >
25
- <% end %>
26
- </ div >
27
- < div class ="ebooks ">
28
- <% if @book . ebook_mobi %>
29
- < a href ="<%= @book . ebook_mobi %> "> < img width ="50px " src ="/images/mobi.png "/> </ a >
30
- <% end %>
31
- <% if @book . ebook_html %>
32
- < a href ="<%= @book . ebook_html %> "> < img width ="50px " src ="/images/html.png "/> </ a >
33
- <% end %>
34
- </ div >
35
- </ div >
36
16
</ div >
37
17
<% else %>
38
18
< div style ="float:right;margin: -20px 40px 0 40px; ">
You can’t perform that action at this time.
0 commit comments