Initial views.
commitb6285cf72c0e4ab4bf78ec4e10f109e6ea402876
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>
Tue, 7 Mar 2017 11:38:11 +0000 (7 12:38 +0100)
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>
Tue, 7 Mar 2017 11:38:11 +0000 (7 12:38 +0100)
tree7cb6f6c6af469cc7073a01aaf0789e18a414dc3d
parentdbaaad343f4abd6ca7904f6dfd0165ac0207b20e
Initial views.
41 files changed:
app/views/admin/communities/_form.html.erb [new file with mode: 0644]
app/views/admin/communities/edit.html.erb [new file with mode: 0644]
app/views/admin/communities/index_nonparticipants.html.erb [new file with mode: 0644]
app/views/admin/communities/index_participants.html.erb [new file with mode: 0644]
app/views/admin/communities/list.html.erb [new file with mode: 0644]
app/views/admin/communities/new.html.erb [new file with mode: 0644]
app/views/admin/communities/show.html.erb,bak [new file with mode: 0644]
app/views/admin/communities/show.html.haml [new file with mode: 0644]
app/views/admin/communities/show.html.haml.bak [new file with mode: 0644]
app/views/admin/identities/description:text.html.erb [new file with mode: 0644]
app/views/admin/identities/name:string.html.erb [new file with mode: 0644]
app/views/admin/identity/description:text.html.erb [new file with mode: 0644]
app/views/admin/identity/name:string.html.erb [new file with mode: 0644]
app/views/admin/organizations/_form.html.erb [new file with mode: 0644]
app/views/admin/organizations/edit.html.erb [new file with mode: 0644]
app/views/admin/organizations/list.html.erb [new file with mode: 0644]
app/views/admin/organizations/new.html.erb [new file with mode: 0644]
app/views/admin/organizations/show.html.erb [new file with mode: 0644]
app/views/admin/participants/_form.html.erb [new file with mode: 0644]
app/views/admin/participants/edit.html.erb [new file with mode: 0644]
app/views/admin/participants/index_communities.html.erb [new file with mode: 0644]
app/views/admin/participants/index_noncommunities.html.erb [new file with mode: 0644]
app/views/admin/participants/list.html.haml [new file with mode: 0644]
app/views/admin/participants/new.html.erb [new file with mode: 0644]
app/views/admin/participants/show.html.haml [new file with mode: 0644]
app/views/admin/ressources/_form.html.erb [new file with mode: 0644]
app/views/admin/ressources/edit.html.erb [new file with mode: 0644]
app/views/admin/ressources/list.html.haml [new file with mode: 0644]
app/views/admin/ressources/new.html.erb [new file with mode: 0644]
app/views/admin/ressources/show.html.erb [new file with mode: 0644]
app/views/configs/create.html.erb [new file with mode: 0644]
app/views/configs/index.html.erb [new file with mode: 0644]
app/views/events/index.html.erb [new file with mode: 0644]
app/views/identities/description:text.html.erb [new file with mode: 0644]
app/views/identities/name:string.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb
app/views/numlab/exercises/index.rjson [new file with mode: 0644]
app/views/shared/_breadcrumbs_line.html.erb [new file with mode: 0644]
app/views/shared/_main_menu_line.html.erb [new file with mode: 0644]
app/views/shared/admin/_communities.html.erb [new file with mode: 0644]
app/views/shared/admin/_participants.html.erb [new file with mode: 0644]