Michele: Tolto link a buono dalla pagina Chiamate
This commit is contained in:
parent
f243e7a2e2
commit
c4e4cfe1ab
@ -76,14 +76,15 @@
|
|||||||
|
|
||||||
@{
|
@{
|
||||||
|
|
||||||
string link = string.Empty;
|
// string link = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(item.ser_buono_chiu))
|
if (!string.IsNullOrEmpty(item.ser_buono_chiu))
|
||||||
{
|
{
|
||||||
link = "http://testapi.poloinformatico.it:9001/VIRTU/";
|
// link = "http://testapi.poloinformatico.it:9001/VIRTU/";
|
||||||
link = link + item.ser_buono_chiu + ".jpg";
|
// link = link + item.ser_buono_chiu + ".jpg";
|
||||||
<td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
|
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
|
||||||
|
<td>@item.ser_buono_chiu</td>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user