• Nick Stenning's avatar
    Consolidate and style the admin interface · f7faf653
    Nick Stenning authored
    This commit brings together "administrator" views into one place -- the
    Hypothesis admin console, found at /admin.
    
    So far, the only to admin views we have are for flagging/unflagging
    users as NIPSA, and for administering administrative user status. In the
    near future, we may also have a feature flag console in here.
    
    - I've moved all the admin views into `h.admin` so that we don't
      confused business logic view functions with administrative view
      functions, and so that in future it is easier to treat the `/admin`
      tree as a single entity for the purposes of permissions, etc.
    - I've added an "admin" page layout, which uses Twitter Bootstrap for
      basic styling.
    - I've rejigged both the NIPSA and the administrator users pages to make
      use of bootstrap.
    f7faf653
Name
Last commit
Last update
..
annotator Loading commit data...
mixins Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
admin.scss Loading commit data...
annotations.scss Loading commit data...
app.scss Loading commit data...
base.scss Loading commit data...
common.scss Loading commit data...
forms.scss Loading commit data...
grid.scss Loading commit data...
help-page.scss Loading commit data...
markdown-editor.scss Loading commit data...
page.scss Loading commit data...
reset.scss Loading commit data...
simple-search.scss Loading commit data...
spinner.scss Loading commit data...
styled-text.scss Loading commit data...
tags-input.scss Loading commit data...
threads.scss Loading commit data...
topbar.scss Loading commit data...
variables.scss Loading commit data...