Major overhaul:

* Switched to semantic ui.
* Add searching by location or tag
* Reworked the forms
This commit is contained in:
Tim Schumacher 2014-07-08 00:11:48 +02:00
parent 741e1c403a
commit 1f6c3c5fd4
51 changed files with 43286 additions and 771 deletions

View file

@ -31,14 +31,14 @@ class Location
/**
* @var float
*
* @ORM\Column(name="lon", type="float")
* @ORM\Column(name="lon", type="float", nullable=true)
*/
private $lon;
/**
* @var float
*
* @ORM\Column(name="lat", type="float")
* @ORM\Column(name="lat", type="float", nullable=true)
*/
private $lat;