mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 12:39:34 +02:00
Remove unneeded condition
Contact's registrar is always present
This commit is contained in:
parent
a785e6cd99
commit
82cef0401a
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@
|
||||||
|
|
||||||
<dt><%= Registrar.model_name.human %></dt>
|
<dt><%= Registrar.model_name.human %></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<% if @contact.registrar.present? %>
|
<%= link_to @contact.registrar, registrant_registrar_path(@contact.registrar) %>
|
||||||
<%= link_to @contact.registrar, registrant_registrar_path(@contact.registrar) %>
|
|
||||||
<% end %>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue