Skip to content

Commit

Permalink
[#2375] Disable dashboard for phase 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 16, 2012
1 parent 35f9b0e commit cffa7bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/templates/user/read.html
Expand Up @@ -12,8 +12,9 @@
{% endblock %}

{% block actions_content %}
{% if c.is_myself %}
<li>{% link_for _('Dashboard'), controller='user', action='dashboard', class_='btn', icon='dashboard' %}</li>
{% if c.is_myself %}
{# FIXME dashboard disabled #}
{# <li>{% link_for _('Dashboard'), controller='user', action='dashboard', class_='btn', icon='dashboard' %}</li> #}
{% endif %}
{% if h.check_access('user_update', user) %}
<li>{% link_for _('Edit'), controller='user', action='edit', id=user.name, class_='btn', icon='cog' %}</li>
Expand Down

0 comments on commit cffa7bc

Please sign in to comment.