towiki.sh Move vendor link to the first column.

It is not easy to see that there are two links,
one to coreboot wiki and second to the vendor page.
This change moves the vendor page link to the vendor
column, separating it nicely.

Change-Id: I3063be476231d04f833350043010a6e0001697e7
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/5593
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Rudolf Marek 2014-04-27 20:29:10 +02:00 committed by Patrick Georgi
parent 68eff4fb1c
commit a8d089d3ac
1 changed files with 5 additions and 4 deletions

View File

@ -379,13 +379,14 @@ EOF
esac
echo "|- bgcolor=\"#$color\""
echo "| $vendor_nice"
echo -n "| [[Board:$vendor/$board|$board_nice]]"
if [ -z "$board_url" ]; then
echo
echo "| $vendor_nice"
else
echo " [$board_url vendor page]"
echo "| [$board_url $vendor_nice]"
fi
echo "| [[Board:$vendor/$board|$board_nice]]"
if [ -z "$lastgood" ]; then
echo "| style=\"background:red\" | Unknown"
else