Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def render
private

def render_digraph_start
wizard_name = @metadata[:wizard_name]
wizard_name = sanitize_identifier(@metadata[:wizard_name].to_s)
"digraph #{wizard_name} {"
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
digraph Assign mentor wizard {
digraph Assign_mentor_wizard {
rankdir=LR;
bgcolor="#ffffff";
node [shape=box, style="rounded,filled", fillcolor="#e8f4f8", fontname="Helvetica"];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
digraph Personal information wizard {
digraph Personal_information_wizard {
rankdir=LR;
bgcolor="#ffffff";
node [shape=box, style="rounded,filled", fillcolor="#e8f4f8", fontname="Helvetica"];
Expand Down
87 changes: 87 additions & 0 deletions spec/rails-dummy/public/doc/wizards/PersonalInformationWizard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.