comparison templates/index.djhtml @ 127:de3a834691d4

Add link to code page from Browse code icon/text (On the homepage)
author dellsystem <ilostwaldo@gmail.com>
date Sat, 22 Sep 2012 11:10:08 -0400
parents 41aff926a5ab
children c7be7def8b57
comparison
equal deleted inserted replaced
126:8da14d503af8 127:de3a834691d4
21 {% endblock %} 21 {% endblock %}
22 22
23 {% block content %} 23 {% block content %}
24 <div id="info-box" class="row"> 24 <div id="info-box" class="row">
25 <div class="span3"> 25 <div class="span3">
26 <a href="{% url code %}">
26 <div class="center-align"> 27 <div class="center-align">
27 <img src="/static/img/browse.png" alt="" /> 28 <img src="/static/img/browse.png" alt="" />
28 <h2>Browse code submissions</h2> 29 <h2>Browse code submissions</h2>
29 </div> 30 </div>
31 </a>
30 <p> 32 <p>
31 Some copy about how you can browse through the code until you 33 Some copy about how you can browse through the code until you
32 find what you want. They can be snippets or bundles. You can 34 find what you want. They can be snippets or bundles. You can
33 contribute your own changes, maybe. You can even install them 35 contribute your own changes, maybe. You can even install them
34 as octave packages. More text to fill up line. 36 as octave packages. More text to fill up line.