diff options
author | Camil Staps | 2016-09-02 11:13:04 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-02 11:13:04 +0200 |
commit | ad94901089f7ceb186c0e57e0419380e8b3568c2 (patch) | |
tree | adda553460c606b20fec13899367b655a6c8f94f /resources/views/stats.blade.php | |
parent | Fix illegal octal literals on stats page (diff) |
Update name and link
Diffstat (limited to 'resources/views/stats.blade.php')
-rw-r--r-- | resources/views/stats.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/stats.blade.php b/resources/views/stats.blade.php index e7d0714..f4578e5 100644 --- a/resources/views/stats.blade.php +++ b/resources/views/stats.blade.php @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <html lang="en"> <head> <meta charset="utf-8"> - <title>HebrewParseTrainer statistics</title> + <title>ParseTrainer statistics</title> <link rel="stylesheet" href="{{ url("/vendor/twbs/bootstrap/dist/css/bootstrap.min.css") }}"> <link rel="stylesheet" href="{{ url("/vendor/twbs/bootstrap/dist/css/bootstrap-theme.min.css") }}"> <link rel="stylesheet" href="{{ url("/public/css/hebrewparsetrainer.css") }}"> @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <body role="application"> <div class="container" role="main"> <div class="page-header"> - <h1>HebrewParseTrainer statistics</h1> + <h1>ParseTrainer statistics</h1> </div> <div class="row"> |