Date: Thu, 23 Aug 2012 22:28:29 +0000 From: tzabal@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r240783 - soc2012/tzabal/server-side/akcrs-website/akcrs/templates Message-ID: <20120823222829.96B53106566B@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tzabal Date: Thu Aug 23 22:28:29 2012 New Revision: 240783 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240783 Log: Add the mako templates: change_bugstate.mako, check_for_user.mako and evaluate_report.mako. Added: soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako Added: soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako Thu Aug 23 22:28:29 2012 (r240783) @@ -0,0 +1,7 @@ +<%inherit file="base.mako"/> + +<%block name="headerleft"> +Evaluate the Crash Report with ID ${request.matchdict['id']} +</%block> + +<p>Sorry, but this feature is not ready yet.</p> \ No newline at end of file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120823222829.96B53106566B>