Update views/error.html

Fixed: Triple braces prevented the processing of user tag. Corrected capitalization for GitHub.
This commit is contained in:
coverband
2012-09-04 11:06:50 -07:00
parent 6b682a847b
commit fdf83d4763

View File

@@ -3,7 +3,7 @@
<div id="bd" role="main">
<div class="yui-g">
<p>
There was an issue accessing the requested profile to auto-generate this r&eacute;sum&eacute;. <a href="https://github.com/{{{username}}}" title="Github profile">Access the user's profile directly.</a>
There was an issue accessing the requested profile to auto-generate this r&eacute;sum&eacute;. <a href="https://github.com/{{username}}" title="GitHub profile of {{username}}">Access the user's profile directly.</a>
</p>
</div>