diff --git a/app/views/janitor_trials/edit.html.erb b/app/views/janitor_trials/edit.html.erb deleted file mode 100644 index e69de29bb..000000000 diff --git a/app/views/janitor_trials/index.html.erb b/app/views/janitor_trials/index.html.erb index e69de29bb..e33cd33ae 100644 --- a/app/views/janitor_trials/index.html.erb +++ b/app/views/janitor_trials/index.html.erb @@ -0,0 +1,23 @@ +
| User | +Duration | ++ |
|---|---|---|
| <%= janitor_trial.user.name %> | +<%= janitor_trial.created_at %> | ++ <%= link_to "Promote", promote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %> + | <%= link_to "Demote", demote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %> + | +