Skip to content

Commit

Permalink
UI: Replace image for "histograms"
Browse files Browse the repository at this point in the history
* (closes cernopendata#299)
  • Loading branch information
pamfilos committed Sep 23, 2014
1 parent 65379af commit 6fd23c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion invenio_opendata/base/templates/educate.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h3>For Education</h3>
<div class="col-md-4">
<div class="app-box">
<div class="title">Histograms</div>
<div class="img"><img src="{{ url_for('static', filename='img/graph_histo.png') }}" alt=""></div>
<div class="img"><img src="{{ url_for('static', filename='img/edu_histogram.png') }}" alt=""></div>
<div class="go"><a href="{{ url_for('visualise/histograms') }}">Visualise Histograms<span class="fa fa-chevron-right"></span></a></div>
</div>
</div>
Expand Down

0 comments on commit 6fd23c9

Please sign in to comment.