Skip to content

Commit

Permalink
fix blog_url limit length
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesign committed Mar 6, 2015
1 parent 13a095f commit c68e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/partials/basicinfo.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dt><label>{{ lang('Blog') }}:</label></dt>
<dd>
<a href="http://{{ $user->personal_website }}" rel="nofollow" target="_blank" class="url">
<i class="fa fa-globe"></i> {{{ str_limit($user->personal_website, 25) }}}
<i class="fa fa-globe"></i> {{{ str_limit($user->personal_website, 22) }}}
</a>
</dd>
@endif
Expand Down

0 comments on commit c68e307

Please sign in to comment.