mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +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>
|
||||
<dd>
|
||||
<% if @contact.registrar.present? %>
|
||||
<%= link_to @contact.registrar, registrant_registrar_path(@contact.registrar) %>
|
||||
<% end %>
|
||||
<%= link_to @contact.registrar, registrant_registrar_path(@contact.registrar) %>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue