← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~franku/widelands-website/little_navi_changes into lp:widelands-website

 

kaputtnik has proposed merging lp:~franku/widelands-website/little_navi_changes into lp:widelands-website.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~franku/widelands-website/little_navi_changes/+merge/276625

Just a few changes to the navigation bar:

- Spelling Francaise -> Francais
- Added wiki/history
- modified Development/docs to directly show the documentation. Prior this link pointed to a small page containing only the link to the real documentation.
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~franku/widelands-website/little_navi_changes into lp:widelands-website.
=== modified file 'templates/navigation.html'
--- templates/navigation.html	2013-06-30 12:11:48 +0000
+++ templates/navigation.html	2015-11-04 09:03:00 +0000
@@ -36,6 +36,7 @@
 			<li><a href="{% url wiki_article "Creating Game Content" %}">Creating Game Content</a></li>
 			<li><a href="{% url wiki_article "The Widelands Project" %}">The Widelands Project</a></li>
 			<li><a href="/wiki/list/">List Of All Pages</a></li>
+			<li><a href="/wiki/history/">Recent changes</a></li>
 		</ul>
 	</li>
 	<li><a href="{% url pybb_index %}">Forums</a>
@@ -46,7 +47,7 @@
 			<li><a href="{% url pybb_forum 4 %}">Editor Forum</a></li>
 			<li><a href="{% url pybb_forum 5 %}">[Deutsch] - Spielerforum</a></li>
 			<li><a href="{% url pybb_forum 6 %}">[Español] - Foro de jugadores</a></li>
-			<li><a href="{% url pybb_forum 7 %}">[Française] - Forum de joueurs</a></li>
+			<li><a href="{% url pybb_forum 7 %}">[Français] - Forum de joueurs</a></li>
 			<li><a href="{% url pybb_forum 13 %}">[English] - Player Forum</a></li>
 			<li><a href="{% url pybb_forum 9 %}">Graphic Development</a></li>
 			<li><a href="{% url pybb_forum 10 %}">Sound &amp; Music Development</a></li>
@@ -59,7 +60,7 @@
 		<ul>
 			<li><a href="{% url wiki_article "Contribute" %}">Contribute</a></li>
 			<li><a href="{% url developers %}">Widelands Development Team</a></li>
-			<li><a href="/docs/" target="_blank">Documentation</a></li>
+			<li><a href="/docs/wl/" target="_blank">Documentation</a></li>
 			<li><a href="https://bugs.launchpad.net/widelands"; target="_blank">Widelands Bugtracker</a></li>
 			<li><a href="https://bugs.launchpad.net/widelands-website"; target="_blank">Website Bugtracker</a></li>
 		</ul>


Follow ups