Skip to content

Commit

Permalink
[#474] Capitalization tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Mar 6, 2013
1 parent cc3e03d commit bc97891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/snippets/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="module-heading"><i class="icon-reorder"></i> {{ _("Edit Resources") }
{% link_for h.resource_display_name(resource)|truncate(30), controller='package', action='resource_edit', id=pkg.name, resource_id=resource.id, inner_span=true %}
</li>
{% endfor %}
<li class="nav-btn"><a href="{{ h.url_for(controller='package', action='new_resource', id=pkg.name) }}" class="btn{% if action == 'resource_new' %} disabled{% endif %}"><i class="icon-plus"></i> {{ _('Add new resource') }}</a></li>
<li class="nav-btn"><a href="{{ h.url_for(controller='package', action='new_resource', id=pkg.name) }}" class="btn{% if action == 'resource_new' %} disabled{% endif %}"><i class="icon-plus"></i> {{ _('Add New Resource') }}</a></li>
</ul>
</section>
{% endif %}

0 comments on commit bc97891

Please sign in to comment.