This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix rss meta data
master
miladkdz
10 years ago
parent
5f6e7a3b70
commit
98763b0f77
2 changed files
with
6 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
Sevomin.WebFrontend/Views/Job/JobList.cshtml
+5
-1
Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml
+ 1
- 5
Sevomin.WebFrontend/Views/Job/JobList.cshtml
View File
@ -38,8 +38,4 @@
</div>
</div>
}
}
}
}
</section>
@section Head{
<link rel="alternate" type="application/rss+xml" href="@Html.Action("RecentJobsRss")" title="فرصت های شغلی جدید در سومین">
}
</section>
+ 5
- 1
Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml
View File
@ -16,4 +16,8 @@
<div class="col-md-12">
<div class="col-md-12">
@Html.Partial("JobList", Model)
@Html.Partial("JobList", Model)
</div>
</div>
</div>
</div>
@section Head{
<link rel="alternate" type="application/rss+xml" href="@Url.Action("RecentJobsRss")" title="فرصت های شغلی جدید در سومین">
}
Write
Preview
Loading…
Cancel
Save