Closed funkycoda closed 8 years ago
While it's looking great, I do feel like for some metadata heavy datasets, the info page is busy. Let's see if we can make it a little easy on the eye.
Start with, maybe look into changing info.html#L6 from:
<strong>{{ mdc.label }}</strong>: {{ mdc.value }}
to
<h5>{{ mdc.label }}</h5> <p ng-bind-html="mdc.value | linky:'_blank'"></p>
This should also include the change from Issue #57
At least, just play with it too see if it looks good.
LGTM
While it's looking great, I do feel like for some metadata heavy datasets, the info page is busy. Let's see if we can make it a little easy on the eye.
Start with, maybe look into changing info.html#L6 from:
to
This should also include the change from Issue #57