]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/browse/feature_history.jst.ejs
AJAXy changeset history
[rails.git] / app / assets / javascripts / templates / browse / feature_history.jst.ejs
1 <div class="browse_details">
2   <h4><%- I18n.t("browse.start_rjs.history_for_feature", {feature: name}) %></h4>
3   <a class='more-details' href="<%- url %>/history"><%- I18n.t('browse.start_rjs.details') %></a>
4
5   <ul class="inner12">
6     <% for (var i = 0; i < history.length; i++) { %>
7       <li><%- I18n.t("browse.start_rjs.edited_by_user_at_timestamp", history[i]) %></li>
8     <% } %>
9   </ul>
10 </div>