% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'info' % if ( my $confirmation = flash 'confirmation' ) {
| Setting | Value | Meaning | |
|---|---|---|---|
| Domain | <%= $blog->domain->name %> | This is the domain name for your website. Users from the Internet can visit this domain to see your website. | |
| Repository | %#<%= $blog->repo->url %> | %#This is the URL we use to fetch your git repository when the website is built. | %#|
| Last Build | % if ( $blog->minutes_since_last_build ) {<%= $blog->minutes_since_last_build %> minutes ago | % } else {Never Built | % }How long ago the last build was. |
| Actions |
%#
|
||