-
- Downloads
There was an error fetching the commit references. Please try again later.
init commit
Showing
- app/models/note.rb 41 additions, 0 deletionsapp/models/note.rb
- app/models/project.rb 149 additions, 0 deletionsapp/models/project.rb
- app/models/user.rb 52 additions, 0 deletionsapp/models/user.rb
- app/models/users_project.rb 35 additions, 0 deletionsapp/models/users_project.rb
- app/uploaders/attachment_uploader.rb 49 additions, 0 deletionsapp/uploaders/attachment_uploader.rb
- app/views/admin/_top_menu.html.haml 6 additions, 0 deletionsapp/views/admin/_top_menu.html.haml
- app/views/admin/mailer/preview.html.haml 29 additions, 0 deletionsapp/views/admin/mailer/preview.html.haml
- app/views/admin/projects/_form.html.haml 30 additions, 0 deletionsapp/views/admin/projects/_form.html.haml
- app/views/admin/projects/edit.html.haml 5 additions, 0 deletionsapp/views/admin/projects/edit.html.haml
- app/views/admin/projects/index.html.haml 26 additions, 0 deletionsapp/views/admin/projects/index.html.haml
- app/views/admin/projects/new.html.haml 5 additions, 0 deletionsapp/views/admin/projects/new.html.haml
- app/views/admin/projects/show.html.haml 45 additions, 0 deletionsapp/views/admin/projects/show.html.haml
- app/views/admin/team_members/_form.html.haml 34 additions, 0 deletionsapp/views/admin/team_members/_form.html.haml
- app/views/admin/team_members/edit.html.haml 5 additions, 0 deletionsapp/views/admin/team_members/edit.html.haml
- app/views/admin/team_members/index.html.haml 30 additions, 0 deletionsapp/views/admin/team_members/index.html.haml
- app/views/admin/team_members/new.html.haml 5 additions, 0 deletionsapp/views/admin/team_members/new.html.haml
- app/views/admin/team_members/show.html.haml 32 additions, 0 deletionsapp/views/admin/team_members/show.html.haml
- app/views/admin/users/_form.html.haml 38 additions, 0 deletionsapp/views/admin/users/_form.html.haml
- app/views/admin/users/edit.html.haml 4 additions, 0 deletionsapp/views/admin/users/edit.html.haml
- app/views/admin/users/index.html.haml 24 additions, 0 deletionsapp/views/admin/users/index.html.haml
app/models/note.rb
0 → 100644
app/models/project.rb
0 → 100644
app/models/user.rb
0 → 100644
app/models/users_project.rb
0 → 100644
app/uploaders/attachment_uploader.rb
0 → 100644
app/views/admin/_top_menu.html.haml
0 → 100644
app/views/admin/mailer/preview.html.haml
0 → 100644
app/views/admin/projects/_form.html.haml
0 → 100644
app/views/admin/projects/edit.html.haml
0 → 100644
app/views/admin/projects/index.html.haml
0 → 100644
app/views/admin/projects/new.html.haml
0 → 100644
app/views/admin/projects/show.html.haml
0 → 100644
app/views/admin/team_members/_form.html.haml
0 → 100644
app/views/admin/team_members/edit.html.haml
0 → 100644
app/views/admin/team_members/index.html.haml
0 → 100644
app/views/admin/team_members/new.html.haml
0 → 100644
app/views/admin/team_members/show.html.haml
0 → 100644
app/views/admin/users/_form.html.haml
0 → 100644
app/views/admin/users/edit.html.haml
0 → 100644
app/views/admin/users/index.html.haml
0 → 100644
Please register or sign in to comment