Closed okeefm closed 8 years ago
this pull request should be against DSTU2 as well as master
I'll cherry-pick these commits over to a branch off of DSTU2.
Looks good. We'll just have to hop in the rails console in production and manually add that argonaut dashboard in mongo. Did it on my dev machine and it worked as expected.
Added
#{title}: #{description}
to Dashboard pages, as pulled from aDashboard
object within Crucible. If noDashboard
object is present for a given tag, the title<div>
will not be displayed, so this is a backwards-compatible change if no title/description objects have been added.In the
Dashboard
object:title
: The string before the:
on the show pagedescription
: The string after the:
on the show pagetag
: The string for which this title/description should be displayed, e.g.argonaut
.