See Papercut #11783. Subsections should consistently have the indent arrow
I'm trying to add that indent arrow to the "Users" nav section on the account settings page:
See Papercut #11783. Subsections should consistently have the indent arrow
I'm trying to add that indent arrow to the "Users" nav section on the account settings page:
Install Java
brew cask install java
Download SchemaSpy (original)
wget https://github.com/schemaspy/schemaspy/releases/download/v6.0.0/schemaspy-6.0.0.jar
| diff --git a/app/assets/stylesheets/app/admin/users/imports/index.scss b/app/assets/stylesheets/app/admin/users/imports/index.scss | |
| index 5c2fb2d..81a151e 100644 | |
| --- a/app/assets/stylesheets/app/admin/users/imports/index.scss | |
| +++ b/app/assets/stylesheets/app/admin/users/imports/index.scss | |
| @@ -27,8 +27,6 @@ | |
| } | |
| .admin-users-imports-index__datatable-row { | |
| - @extend .link_danger; | |
| - |
| N = 1_000 | |
| Benchmark.bm do |x| | |
| x.report("all columns") do | |
| N.times do | |
| User.find_by_sql("SELECT * FROM users LIMIT 1000;") | |
| end | |
| end | |
| x.report("one column") do |
| function run_changed_specs { | |
| arg=$1 | |
| branch=${arg:-master} | |
| files=$(git diff $branch..HEAD --name-only | grep spec | grep -v spec_helper.rb) | |
| echo "===" | |
| echo "Running files changed since $branch:" | |
| echo $files | |
| echo "" |
| class UsersController < ApplicationController | |
| def create | |
| # Validate the form data and return if it is not correct | |
| # We'll come back and fill in the ???? with the call to the | |
| # interactor shortly. | |
| unless (????) | |
| flash[:error] = ???? | |
| redirect_to(new_users_path) | |
| return | |
| end |
I hereby claim:
To claim this, I am signing this object: