Page MenuHomeDevCentral

Add action button to the Docker images workboard
ClosedPublic

Authored by basakankit on Jan 1 2024, 07:10.
Referenced Files
F12427028: D3255.diff
Wed, Nov 5, 07:29
Unknown Object (File)
Mon, Nov 3, 00:57
Unknown Object (File)
Sun, Nov 2, 23:44
Unknown Object (File)
Sun, Nov 2, 23:44
Unknown Object (File)
Sun, Nov 2, 15:01
Unknown Object (File)
Sun, Nov 2, 10:04
Unknown Object (File)
Sun, Nov 2, 01:30
Unknown Object (File)
Sat, Nov 1, 20:21

Diff Detail

Repository
rDOCKERWWW Docker images website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson requested changes to this revision.Jan 1 2024, 15:15
dereckson added a subscriber: dereckson.
dereckson added inline comments.
index.html
61

<p> and </p> delimit a paragraph, so your sequence is:

  • An empty paragraph
  • The link
  • A end of a paragraph tag NOT matching a starting one

Also, for a button, I think we need a button class associated to the link, and if we want a bigger one, a size, like https://get.foundation/sites/docs/button.html#sizing

This revision now requires changes to proceed.Jan 1 2024, 15:15
  • action button to the Docker images workboard

Checked the rendering with arc patch D3255 (to get the branch) then python3 -m http.server, looks good to me.

This revision is now accepted and ready to land.Jan 2 2024, 11:41
dereckson retitled this revision from action button to the Docker images workboard to Add action button to the Docker images workboard.Jan 2 2024, 11:42
dereckson edited the test plan for this revision. (Show Details)