Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: templates/default.tmpl

Issue 5994668214976512: Issue 662 - Job links shouldn't use anchors (Closed)
Left Patch Set: Created March 19, 2015, 5:32 p.m.
Right Patch Set: Created March 23, 2015, 1:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/jobs/student-help-communications.md ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="{{locale}}"> 2 <html lang="{{locale}}">
3 <head> 3 <head>
4 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" /> 5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
8 {% if title %} 8 {% if title %}
9 <title>{{title}} | Eyeo GmbH</title> 9 <title>{{title}} | Eyeo GmbH</title>
10 {% else %}
11 <title>Eyeo GmbH</title>
10 {% endif %} 12 {% endif %}
11 13
12 <link rel="shortcut icon" href="/images/favicon.png" /> 14 <link rel="shortcut icon" href="/images/favicon.png" />
13 15
14 <link rel="stylesheet" href="/css/styles.css" type="text/css" media="all"> 16 <link rel="stylesheet" href="/css/styles.css" type="text/css" media="all">
15 17
16 <script src="/js/jquery.js"></script> 18 <script src="/js/jquery.js"></script>
17 <script src="/js/scripts.js"></script> 19 <script src="/js/scripts.js"></script>
18 20
19 <link rel="canonical" href="https://eyeo.com/{{page}}"> 21 <link rel="canonical" href="https://eyeo.com/{{page}}">
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <div class="footer-text"> 64 <div class="footer-text">
63 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH . 65 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH .
64 </div> 66 </div>
65 67
66 <a href="#top" id="to-top" style="opacity: 0;"></a> 68 <a href="#top" id="to-top" style="opacity: 0;"></a>
67 </div> 69 </div>
68 </footer> 70 </footer>
69 </body> 71 </body>
70 72
71 </html> 73 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld