diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-04-25 01:19:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-04-25 01:19:34 -0400 |
commit | 5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1 (patch) | |
tree | 028badf7942e60d9bf54706185c4a9a1445a3177 /templates/bom_view.html | |
parent | 8df9f74d7045e374bfce631e84feb90d6380bb7a (diff) | |
download | bommom-5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1.tar.gz bommom-5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1.zip |
revert Function to Description
Diffstat (limited to 'templates/bom_view.html')
-rw-r--r-- | templates/bom_view.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bom_view.html b/templates/bom_view.html index 2606217..cbd3474 100644 --- a/templates/bom_view.html +++ b/templates/bom_view.html @@ -12,7 +12,7 @@ <th>elements <th>manufacturer <th>mpn - <th>function + <th>description <th>form_factor <th>specs <th>category @@ -25,7 +25,7 @@ <td>{{ range .Elements }}{{ if . }}{{ . }} {{ end }}{{ end }} <td>{{ .Manufacturer }} <td>{{ .Mpn }} - <td>{{ .Function }} + <td>{{ .Description }} <td>{{ .FormFactor }} <td>{{ .Specs }} <td>{{ .Category }} |