Skip to content

Commit

Permalink
add a navbar option
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Jun 14, 2024
1 parent 1e55369 commit 984f7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/setup-super-scaffolding-system-test
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ else
fi

if [ -z "${CIRCLE_NODE_INDEX}" ] || [ "${CIRCLE_NODE_INDEX}" == "4" ]; then
rails g super_scaffold Task Team name:text_field
rails g super_scaffold Task Team name:text_field --navbar="ti ti-list"
rails generate super_scaffold:join_model TaskAssignment assigned_to_membership_id{class_name=Membership} assigned_task_id{class_name=Task}
else
echo "Skipping \`Webhok\` on this CI node."
Expand Down

0 comments on commit 984f7b1

Please sign in to comment.