Documentation Error, see /laravel/html.php line 225 for reference
This commit is contained in:
parent
f969776312
commit
8227784e11
|
@ -85,7 +85,7 @@ #### Generating a link to a controller action:
|
||||||
|
|
||||||
### Generating a link to a controller action with wildcard values:
|
### Generating a link to a controller action with wildcard values:
|
||||||
|
|
||||||
echo HTML::link_to_action('user@profile', array($username));
|
echo HTML::link_to_action('user@profile', 'User Profile', array($username));
|
||||||
|
|
||||||
<a name="mail-to-links"></a>
|
<a name="mail-to-links"></a>
|
||||||
## Mail-To Links
|
## Mail-To Links
|
||||||
|
|
Loading…
Reference in New Issue