diff options
| author | Andrew Dickinson <Andrew-Dickinson@users.noreply.github.com> | 2020-04-20 09:30:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-20 15:30:27 +0200 |
| commit | 026a0722357d74b143ed2d974ad2d871a56041b3 (patch) | |
| tree | 2f23323f01e5ec1dec07ef1032acc407cba38879 /ihatemoney/static/images | |
| parent | 91ef80ebb712b06b6c48336beeb7f60219b0f062 (diff) | |
| download | ihatemoney-mirror-026a0722357d74b143ed2d974ad2d871a56041b3.zip ihatemoney-mirror-026a0722357d74b143ed2d974ad2d871a56041b3.tar.gz ihatemoney-mirror-026a0722357d74b143ed2d974ad2d871a56041b3.tar.bz2 | |
Add Project History Page (#553)
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
All project activity can be tracked, using SQLAlchemy-continuum.
IP addresses can optionally be recorded.
Diffstat (limited to 'ihatemoney/static/images')
| -rw-r--r-- | ihatemoney/static/images/add.png | bin | 0 -> 264 bytes | |||
| -rw-r--r-- | ihatemoney/static/images/x.svg | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ihatemoney/static/images/add.png b/ihatemoney/static/images/add.png Binary files differnew file mode 100644 index 0000000..262891b --- /dev/null +++ b/ihatemoney/static/images/add.png diff --git a/ihatemoney/static/images/x.svg b/ihatemoney/static/images/x.svg new file mode 100644 index 0000000..3416d7a --- /dev/null +++ b/ihatemoney/static/images/x.svg @@ -0,0 +1,8 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 807 807"><g + transform="translate(-20,-20)" + id="g8"><polygon + id="polygon6" + points="173,20 423,269 673,20 827,173 577,423 827,673 673,827 423,577 173,827 20,673 269,423 20,173 " + class="fil0" /></g></svg>
\ No newline at end of file |
