~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] frontpage: open links in a new tab

Details
Message ID
<1411395948-7880-1-git-send-email-alacerda@gmail.com>
Sender timestamp
1411395948
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 _default.template.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_default.template.html b/_default.template.html
index a5eff37..f130ebb 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -23,10 +23,10 @@
<!--     <span>Small Simple Secure</span> -->
     <nav id="#sitenav">
     <span class="right">
     <a href="http://wiki.alpinelinux.org">wiki</a>
     <a href="http://git.alpinelinux.org">git</a>
     <a href="http://bugs.alpinelinux.org">bugs</a>
     <a href="http://alpinelinux.org/forum">forums</a>
     <a href="http://wiki.alpinelinux.org" target="blank">wiki</a>
     <a href="http://git.alpinelinux.org" target="blank">git</a>
     <a href="http://bugs.alpinelinux.org" target="blank">bugs</a>
     <a href="http://alpinelinux.org/forum" target="blank">forums</a>
     </span>
     </nav>
    </div>
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140922163713.422a33a3@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1411395948-7880-1-git-send-email-alacerda@gmail.com> (view parent)
Sender timestamp
1411396633
DKIM signature
missing
Download raw message
On Mon, 22 Sep 2014 14:25:48 +0000
Alan Lacerda <alancordeiro@gmail.com> wrote:

> ---
>  _default.template.html | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/_default.template.html b/_default.template.html
> index a5eff37..f130ebb 100644
> --- a/_default.template.html
> +++ b/_default.template.html
> @@ -23,10 +23,10 @@
>  <!--     <span>Small Simple Secure</span> -->
>       <nav id="#sitenav">
>       <span class="right">
> -     <a href="http://wiki.alpinelinux.org">wiki</a>
> -     <a href="http://git.alpinelinux.org">git</a>
> -     <a href="http://bugs.alpinelinux.org">bugs</a>
> -     <a href="http://alpinelinux.org/forum">forums</a>
> +     <a href="http://wiki.alpinelinux.org" target="blank">wiki</a>
> +     <a href="http://git.alpinelinux.org" target="blank">git</a>
> +     <a href="http://bugs.alpinelinux.org" target="blank">bugs</a>
> +     <a href="http://alpinelinux.org/forum" target="blank">forums</a>
>       </span>
>       </nav>
>      </div>

Thanks for feedback!

I think it is nicer when user can select himself where he wants to open
it. eg. right-click -> "open in new tab"

But I am willing to consider it if the majority wants it.

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)