% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'info' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % } %# %# %# %# %# % if ( $blog->minutes_since_last_build ) { % } else { % } %# Build & Site Restrictions %>
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<%= $blog->minutes_since_last_build %> minutes agoNever BuiltHow long ago the last build was.
Actions
%#
%#
%# %#
%#