view rhodecode/templates/index.html @ 3593:716ac7659b90 beta

pullrequest: use simple link for 'Change style' This seems to be more obvious and not require any explanation. The checkbox is kept but made invisible - just to avoid controller changes.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 07 Mar 2013 22:08:33 +0100
parents 1f334a68d057
children eacd33e0c5b3
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">${_('Dashboard')} &middot; ${c.rhodecode_name}</%def>
<%def name="breadcrumbs()"></%def>
<%def name="page_nav()">${self.menu('home')}</%def>
<%def name="main()">
   <%include file="index_base.html" args="parent=self"/>
</%def>