Sha256: 2fd2496b54655d6d4d347f211778d439ed2328365d29d358a01e7c9ee076cd04
Contents?: true
Size: 614 Bytes
Versions: 17
Compression:
Stored size: 614 Bytes
Contents
<div class="no-results not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Nothing Found', '<%= project_id %>' ); ?></h1> </header> <div class="page-content"> <?php if( is_search() ) : ?> <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', '<%= project_id %>' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', '<%= project_id %>' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> </div>
Version data entries
17 entries across 17 versions & 1 rubygems