From 5e7df704c4d203bdae2f73709b953fa06bd7b26c Mon Sep 17 00:00:00 2001 From: Hironori Akaishi Date: Tue, 11 Dec 2018 23:04:24 +0900 Subject: [PATCH] add: ga --- README.md | 2 ++ docs/index.html | 21 ++++++++++++++++++++- src/renderer/pages/index.vue | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3607a27..21701a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/isy/portan.svg?branch=master)](https://travis-ci.org/isy/portan) +
portan
diff --git a/docs/index.html b/docs/index.html index 6f2d30c..1ebc581 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,6 +33,20 @@ content="portan is a free and open source desktop application." /> + + +
@@ -82,7 +96,12 @@

Download Portanv0.0.1

- OS X + + OS X +
diff --git a/src/renderer/pages/index.vue b/src/renderer/pages/index.vue index 101c623..be438e0 100644 --- a/src/renderer/pages/index.vue +++ b/src/renderer/pages/index.vue @@ -6,7 +6,7 @@ .search-form font-awesome-icon.search-icon.ok(v-if="validUrl(url)" @click="handleClickCreateWindow(url)" icon="flushed") font-awesome-icon.search-icon(v-else icon="laugh") - input.text-input(type="text" v-model.trim="url" placeholder="e.g. 'https://portan.com'") + input.text-input(type="text" v-model.trim="url" placeholder="e.g. 'https://isy.github.io/portan'") .history-view h2.title-history history app-history(:histories="histories" @createWindowHandler="handleClickCreateWindow")